Introduce "C-namespaced" UDL for StringRef
This commit is contained in:
parent
78804ea304
commit
f7f592dfc9
1 changed files with 4 additions and 0 deletions
|
@ -127,4 +127,8 @@ namespace Catch {
|
||||||
|
|
||||||
} // namespace Catch
|
} // namespace Catch
|
||||||
|
|
||||||
|
inline auto operator "" _catch_sr( char const* rawChars, std::size_t size ) noexcept -> Catch::StringRef {
|
||||||
|
return Catch::StringRef( rawChars, size );
|
||||||
|
}
|
||||||
|
|
||||||
#endif // CATCH_STRINGREF_H_INCLUDED
|
#endif // CATCH_STRINGREF_H_INCLUDED
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue