mirror of git://gcc.gnu.org/git/gcc.git
PR libstdc++/79162 * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] (basic_string<C,T,A>::operator=(basic_string_view<C,T>)): Replace with a constrained template. [!_GLIBCXX_USE_CXX11_ABI] (basic_string<C,T,A>::operator=(basic_string_view<C,T>)): Likewise. * testsuite/21_strings/basic_string/cons/char/79162.cc: New test. * testsuite/21_strings/basic_string/cons/wchar_t/79162.cc: New test. From-SVN: r246128 |
||
|---|---|---|
| .. | ||
| allocator | ||
| capacity | ||
| cons | ||
| element_access | ||
| inserters_extractors | ||
| literals | ||
| modifiers | ||
| numeric_conversions | ||
| operations | ||
| operators | ||
| range_access | ||
| requirements | ||
| types | ||
| 40160.cc | ||
| 56166.cc | ||
| init-list.cc | ||
| lwg2758.cc | ||
| pthread4.cc | ||
| pthread18185.cc | ||
| pthread33394.cc | ||