gcc/libstdc++-v3/include/bits
Paolo Carlini ce99f498c7 basic_string.h (operator+(basic_string<>&&, const basic_string<>&), [...]): Add.
2010-12-17  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/basic_string.h (operator+(basic_string<>&&,
	const basic_string<>&), operator+(const basic_string<>&,
	basic_string<>&&), operator+(basic_string<>&&, basic_string<>&&),
	operator+(const _CharT*, basic_string<>&&), operator+(_CharT,
	basic_string<>&&), operator+(basic_string<>&&, const _CharT*),
	operator+(basic_string<>&&, _CharT)): Add.
	* testsuite/21_strings/basic_string/operators/char/3.cc: New.
	* testsuite/21_strings/basic_string/operators/wchar_t/3.cc: Likewise.

From-SVN: r167994
2010-12-17 18:32:27 +00:00
..
algorithmfwd.h
allocator.h libstdc++: N3126 draft support. 2010-11-01 22:35:28 -04:00
atomic_0.h * include/bits/atomic_0.h (_ATOMIC_CMPEXCHNG_): Use C-style cast. 2010-11-02 13:39:59 -04:00
atomic_2.h libstdc++: N3126 draft support. 2010-11-01 22:35:28 -04:00
atomic_base.h libstdc++: N3126 draft support. 2010-11-01 22:35:28 -04:00
basic_ios.h
basic_ios.tcc
basic_string.h basic_string.h (operator+(basic_string<>&&, const basic_string<>&), [...]): Add. 2010-12-17 18:32:27 +00:00
basic_string.tcc
boost_concept_check.h
c++0x_warning.h
c++config libstdc++: N3126 draft support. 2010-11-01 22:35:28 -04:00
char_traits.h libstdc++: N3126 draft support. 2010-11-01 22:35:28 -04:00
codecvt.h
concept_check.h
cpp_type_traits.h type_traits (_GLIBCXX_HAS_NESTED_TYPE): Add. 2010-10-05 15:53:35 +00:00
deque.tcc
forward_list.h forward_list.h (_Fwd_list_node_base::swap): Remove. 2010-10-25 10:47:19 +00:00
forward_list.tcc forward_list.h (forward_list<>::erase_after): Return an iterator. 2010-10-17 17:34:38 +00:00
fstream.tcc re PR libstdc++/45841 (r164529 cris-elf libstdc++ 27_io/basic_filebuf/seekoff/char/2-io.cc) 2010-10-06 00:17:28 +00:00
functexcept.h
functional_hash.h
gslice_array.h
gslice.h
hashtable_policy.h stl_function.h (_Select1st<>::operator()): Add templatized overloads. 2010-10-29 15:11:47 +00:00
hashtable.h PR libstdc++/44436 (partial) 2010-11-10 19:08:49 +00:00
indirect_array.h
ios_base.h libstdc++: N3126 draft support. 2010-11-01 22:35:28 -04:00
istream.tcc PR libstdc++/26211 + N3168 2010-11-18 17:21:35 +00:00
list.tcc
locale_classes.h
locale_classes.tcc
locale_facets_nonio.h locale_facets_nonio.h (time_get::get_time): Doc typo. 2010-10-05 21:58:59 +01:00
locale_facets_nonio.tcc locale_facets_nonio.tcc (time_get<>:: _M_extract_via_format): Tighten somewhat error checking. 2010-10-07 11:23:07 +00:00
locale_facets.h
locale_facets.tcc
localefwd.h
mask_array.h
move.h move.h (forward): Implement N3143, resolving US 90. 2010-11-11 13:10:49 +00:00
ostream_insert.h
ostream.tcc
postypes.h
random.h cinttypes: Remove, move contents to C++0x and TR1 headers. 2010-11-02 18:51:23 +00:00
random.tcc cinttypes: Remove, move contents to C++0x and TR1 headers. 2010-11-02 18:51:23 +00:00
range_access.h
regex_compiler.h cinttypes: Remove, move contents to C++0x and TR1 headers. 2010-11-02 18:51:23 +00:00
regex_constants.h cinttypes: Remove, move contents to C++0x and TR1 headers. 2010-11-02 18:51:23 +00:00
regex_cursor.h cinttypes: Remove, move contents to C++0x and TR1 headers. 2010-11-02 18:51:23 +00:00
regex_error.h cinttypes: Remove, move contents to C++0x and TR1 headers. 2010-11-02 18:51:23 +00:00
regex_grep_matcher.h cinttypes: Remove, move contents to C++0x and TR1 headers. 2010-11-02 18:51:23 +00:00
regex_grep_matcher.tcc cinttypes: Remove, move contents to C++0x and TR1 headers. 2010-11-02 18:51:23 +00:00
regex_nfa.h cinttypes: Remove, move contents to C++0x and TR1 headers. 2010-11-02 18:51:23 +00:00
regex_nfa.tcc cinttypes: Remove, move contents to C++0x and TR1 headers. 2010-11-02 18:51:23 +00:00
regex.h cinttypes: Remove, move contents to C++0x and TR1 headers. 2010-11-02 18:51:23 +00:00
shared_ptr_base.h re PR libstdc++/46910 (std::shared_ptr requires public destructor for a class with friend deleter) 2010-12-14 22:13:26 +00:00
shared_ptr.h shared_ptr.h (shared_ptr<>::shared_ptr(_Tp1*, _Deleter, const _Alloc&), [...]): Take the allocator by value, per N3225. 2010-12-06 18:37:00 +00:00
slice_array.h
sstream.tcc
stl_algo.h
stl_algobase.h
stl_bvector.h
stl_construct.h
stl_deque.h
stl_function.h stl_function.h (_Select1st<>::operator()): Add templatized overloads. 2010-10-29 15:11:47 +00:00
stl_heap.h
stl_iterator_base_funcs.h
stl_iterator_base_types.h type_traits (_GLIBCXX_HAS_NESTED_TYPE): Add. 2010-10-05 15:53:35 +00:00
stl_iterator.h stl_iterator.h: Add move_iterator operators overloads to make it robust to template abuses. 2010-12-08 01:23:41 +00:00
stl_list.h
stl_map.h PR libstdc++/44436 (partial) 2010-11-10 19:08:49 +00:00
stl_multimap.h PR libstdc++/44436 (partial) 2010-11-10 19:08:49 +00:00
stl_multiset.h stl_tree.h (_Rb_tree<>::_M_const_cast_iter): Remove. 2010-11-14 18:41:01 +00:00
stl_numeric.h
stl_pair.h tuple: Mark more constructors constexpr. 2010-11-24 16:33:14 +00:00
stl_queue.h
stl_raw_storage_iter.h
stl_relops.h
stl_set.h stl_tree.h (_Rb_tree<>::_M_const_cast_iter): Remove. 2010-11-14 18:41:01 +00:00
stl_stack.h
stl_tempbuf.h
stl_tree.h stl_tree.h (_Rb_tree<>::_M_const_cast_iter): Remove. 2010-11-14 18:41:01 +00:00
stl_uninitialized.h
stl_vector.h
stream_iterator.h libstdc++: N3126 draft support. 2010-11-01 22:35:28 -04:00
streambuf_iterator.h libstdc++: N3126 draft support. 2010-11-01 22:35:28 -04:00
streambuf.tcc
stringfwd.h
unique_ptr.h unique_ptr.h: Use static_assert in constexpr constructors. 2010-11-10 10:09:03 +00:00
unordered_map.h stl_function.h (_Select1st<>::operator()): Add templatized overloads. 2010-10-29 15:11:47 +00:00
unordered_set.h
valarray_after.h
valarray_array.h
valarray_array.tcc
valarray_before.h
vector.tcc