Skip to content

Commit aa32735

Browse files
committed
Change whitespace, remove comment [ci skip]
1 parent 3ab5c0b commit aa32735

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/nonstd/string.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ find_first(
11161116
if ( size( look ) > size( text ) ) \
11171117
{ \
11181118
return false; \
1119-
} \
1119+
} \
11201120
return std::equal( look.rbegin(), look.rend(), text.rbegin() ); \
11211121
}
11221122
#endif
@@ -1244,8 +1244,6 @@ string_nodiscard std::basic_string<CharT> to_case( std::basic_string<CharT> text
12441244

12451245
// to_lowercase(), to_uppercase()
12461246

1247-
// template string_nodiscard std::basic_string<CharT> to_lowercase( std17::basic_string_view<CharT> text ) string_noexcept;
1248-
12491247
#define string_MK_TO_CASE_CHAR(CharT, Function) \
12501248
string_nodiscard inline CharT to_ ## Function( CharT chr ) \
12511249
{ \

0 commit comments

Comments
 (0)