mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Introduce "C-namespaced" UDL for StringRef
This commit is contained in:
parent
78804ea304
commit
f7f592dfc9
@ -127,4 +127,8 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user