gcc/libstdc++-v3/testsuite/ext/vstring
Jonathan Wakely f1e09f0d14 basic_string.h (basic_string::at): Move adjacent to other overload.
* include/bits/basic_string.h (basic_string::at): Move adjacent to other
	overload.
	(basic_string::pop_back): Define.
	* include/debug/string (__gnu_debug::basic_string::pop_back): Likewise.
	* include/ext/vstring.h (__versa_string::pop_back): Likewise.
	* config/abi/pre/gnu.ver: Add new symbols.
	* testsuite/21_strings/basic_string/modifiers/char/pop_back.cc: New.
	* testsuite/21_strings/basic_string/modifiers/wchar_t/pop_back.cc: New.
	* testsuite/21_strings/basic_string/range_access.cc: Split to ...
	* testsuite/21_strings/basic_string/range_access/char/1.cc: Here and ...
	* testsuite/21_strings/basic_string/range_access/wchar_t/1.cc: Here.
	* testsuite/ext/vstring/modifiers/char/pop_back.cc: New.
	* testsuite/ext/vstring/modifiers/wchar_t/pop_back.cc: New.

From-SVN: r181049
2011-11-07 00:06:23 +00:00
..
assign basic_string.h (basic_string<>:: basic_string(basic_string&&), [...]): Add. 2010-01-10 13:38:47 +00:00
capacity re PR libstdc++/42573 ([C++0x] shrink_to_fit() missing) 2010-01-08 13:01:24 +00:00
cons hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the allocator, use noexcept. 2011-06-01 14:16:19 +00:00
element_access * 2009-07-05 18:59:29 +01:00
hash re PR libstdc++/47776 (New libstc++ test failures) 2011-02-17 08:38:11 +00:00
inserters_extractors Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
modifiers basic_string.h (basic_string::at): Move adjacent to other overload. 2011-11-07 00:06:23 +00:00
operators 4.cc: New. 2010-12-19 12:15:47 +00:00
requirements propagation_consistent.cc: Fix vs POD-ness of value_type. 2011-05-21 00:30:57 +00:00
types Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
init-list.cc * 2009-07-05 18:59:29 +01:00
range_access.cc [multiple changes] 2010-07-27 17:27:06 +00:00