File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1156
1156
class Allocator = allocator<charT>>
1157
1157
explicit basic_string(basic_string_view<charT, traits>, const Allocator& = Allocator())
1158
1158
-> basic_string<charT, traits, Allocator>;
1159
-
1159
+
1160
1160
template<class charT,
1161
1161
class traits,
1162
1162
class Allocator = allocator<charT>>
1163
1163
basic_string(basic_string_view<charT, traits>,
1164
- typename @\seebelow@ ::size_type, typename @\seebelow@ ::size_type,
1164
+ typename @\seebelow@ ::size_type, typename @\seebelow@ ::size_type,
1165
1165
const Allocator& = Allocator())
1166
1166
-> basic_string<charT, traits, Allocator>;
1167
1167
}
1489
1489
class traits,
1490
1490
class Allocator = allocator<charT>>
1491
1491
basic_string(basic_string_view<charT, traits>,
1492
- typename @\seebelow@ ::size_type, typename @\seebelow@ ::size_type,
1492
+ typename @\seebelow@ ::size_type, typename @\seebelow@ ::size_type,
1493
1493
const Allocator& = Allocator())
1494
1494
-> basic_string<charT, traits, Allocator>;
1495
1495
\end {itemdecl }
You can’t perform that action at this time.
0 commit comments