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 f3c177e commit c6640d3Copy full SHA for c6640d3
1 file changed
reference/bitset/bitset/op_constructor.md
@@ -39,7 +39,7 @@ constexpr explicit bitset(
39
basic_string_view<CharT, Traits> str,
40
typename basic_string_view<CharT, Traits>::size_type pos = 0,
41
typename basic_string_view<CharT, Traits>::size_type n =
42
- basic_string_view<charT, Traits>::npos,
+ basic_string_view<CharT, Traits>::npos,
43
CharT zero = CharT('0'),
44
CharT one = CharT('1')); // (4) C++26
45
0 commit comments