| Name | Last commit | Last update | 
|---|---|---|
| .. | ||
| 1.cc | ||
| 2.cc | ||
| 3.cc | ||
| 4.cc | ||
| 42261.cc | ||
| 5.cc | ||
| 6.cc | ||
| 64657.cc | ||
| 65085.cc | ||
| 69092.cc | ||
| 7.cc | ||
| 79162.cc | ||
| 8.cc | ||
| 86138.cc | ||
| 9.cc | ||
| deduction.cc | ||
| moveable.cc | ||
| moveable2.cc | ||
| moveable2_c++17.cc | ||
| noexcept_move_construct.cc | 
Add these constructors from C++11 which were missing from the COW basic_string. Additionally simplify the definitions of the basic_string::reference and basic_string::const_reference types as required by C++11. This allows filesystem::path::string<Allocator>() to be simplified, so that the same code is used for both basic_string implementations. * config/abi/pre/gnu.ver (GLIBCXX_3.4.26): Export allocator-extended copy/move constructors for old std::basic_string. * include/bits/basic_string.h [!_GLIBCXX_USE_CXX11_ABI] (basic_string::reference, basic_string::const_reference): Define as plain references for C++11 and later. (basic_string::basic_string()): Put constructor body outside preprocessor conditional groups. (basic_string::basic_string(basic_string&&)): Move _Alloc_hider instead of copying it. (basic_string::basic_string(const basic_string&, const _Alloc&)): Define. (basic_string::basic_string(basic_string&&, const _Alloc&)): Define. * include/bits/fs_path.h [!_GLIBCXX_USE_CXX11_ABI]: Remove special cases for old basic_string. * testsuite/21_strings/basic_string/cons/char/8.cc: Test allocator-extended constructors unconditionally. Add extra members to allocator type when using old string ABI. * testsuite/21_strings/basic_string/allocator/71964.cc: Enable test for old string ABI. * testsuite/21_strings/basic_string/cons/wchar_t/8.cc: Likewise. From-SVN: r267584
| Name | Last commit | Last update | 
|---|---|---|
| .. | ||
| 1.cc | Loading commit data... | |
| 2.cc | Loading commit data... | |
| 3.cc | Loading commit data... | |
| 4.cc | Loading commit data... | |
| 42261.cc | Loading commit data... | |
| 5.cc | Loading commit data... | |
| 6.cc | Loading commit data... | |
| 64657.cc | Loading commit data... | |
| 65085.cc | Loading commit data... | |
| 69092.cc | Loading commit data... | |
| 7.cc | Loading commit data... | |
| 79162.cc | Loading commit data... | |
| 8.cc | Loading commit data... | |
| 86138.cc | Loading commit data... | |
| 9.cc | Loading commit data... | |
| deduction.cc | Loading commit data... | |
| moveable.cc | Loading commit data... | |
| moveable2.cc | Loading commit data... | |
| moveable2_c++17.cc | Loading commit data... | |
| noexcept_move_construct.cc | Loading commit data... |