We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab5c0b commit aa32735Copy full SHA for aa32735
include/nonstd/string.hpp
@@ -1116,7 +1116,7 @@ find_first(
1116
if ( size( look ) > size( text ) ) \
1117
{ \
1118
return false; \
1119
- } \
+ } \
1120
return std::equal( look.rbegin(), look.rend(), text.rbegin() ); \
1121
}
1122
#endif
@@ -1244,8 +1244,6 @@ string_nodiscard std::basic_string<CharT> to_case( std::basic_string<CharT> text
1244
1245
// to_lowercase(), to_uppercase()
1246
1247
-// template string_nodiscard std::basic_string<CharT> to_lowercase( std17::basic_string_view<CharT> text ) string_noexcept;
1248
-
1249
#define string_MK_TO_CASE_CHAR(CharT, Function) \
1250
string_nodiscard inline CharT to_ ## Function( CharT chr ) \
1251
0 commit comments