22 #ifndef GEARS_STRING_LITERALS_HPP
23 #define GEARS_STRING_LITERALS_HPP
30 inline std::basic_string<wchar_t>
operator"" _s(
const wchar_t* str,
size_t n) {
34 inline std::basic_string<char>
operator"" _s(
const char* str,
size_t n) {
38 inline std::basic_string<char32_t>
operator"" _s(
const char32_t* str,
size_t n) {
42 inline std::basic_string<char16_t>
operator"" _s(
const char16_t* str,
size_t n) {
50 #endif // GEARS_STRING_LITERALS_HPP