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 b480846 commit 234ead0Copy full SHA for 234ead0
include/nonstd/string_view.hpp
@@ -874,7 +874,7 @@ class basic_string_view
874
{
875
const basic_string_view v;
876
877
- nssv_constexpr explicit not_in_view( basic_string_view v ) : v( v ) {}
+ nssv_constexpr explicit not_in_view( basic_string_view v_ ) : v( v_ ) {}
878
879
nssv_constexpr bool operator()( CharT c ) const
880
0 commit comments