gcc/libstdc++-v3/include/bits
Paolo Carlini 5ee996a2c6 stl_raw_storage_iter.h (raw_storage_iterator<>:: operator=(const _Tp&)): Use std::__addressof.
2010-09-16  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/stl_raw_storage_iter.h (raw_storage_iterator<>::
	operator=(const _Tp&)): Use std::__addressof.

From-SVN: r164343
2010-09-16 17:09:10 +00:00
..
algorithmfwd.h stl_algo.h (shuffle): Change signature consistently with random_shuffle (US 121). 2010-08-11 17:10:04 +00:00
allocator.h re PR libstdc++/42460 (man page errors for generated libstdc++ man pages) 2010-02-04 18:20:34 +00:00
atomic_0.h
atomic_2.h
atomic_base.h
atomicfwd_c.h
atomicfwd_cxx.h atomicfwd_cxx.h: Add typedefs to group. 2010-03-01 19:04:23 +00:00
basic_ios.h re PR libstdc++/42460 (man page errors for generated libstdc++ man pages) 2010-02-04 18:20:34 +00:00
basic_ios.tcc
basic_string.h hash_bytes.cc: New file... 2010-09-13 18:23:56 +00:00
basic_string.tcc c++config (std::size_t, [...]): Provide typedefs. 2010-06-03 19:15:56 +00:00
boost_concept_check.h c++config (std::size_t, [...]): Provide typedefs. 2010-06-03 19:15:56 +00:00
c++0x_warning.h faq.xml: Adjust structure for pdf index. 2010-02-25 01:22:57 +00:00
c++config ios_init.cc (ios_base::Init::~Init): Add back semicolon at the end of the _GLIBCXX_SYNCHRONIZATION_HAPPENS* macros... 2010-08-13 11:48:34 +00:00
char_traits.h acinclude.m4 ([GLIBCXX_CHECK_STDIO_MACROS]): Remove. 2010-07-27 10:36:50 +00:00
codecvt.h streambuf: Adjust doxygen group markup. 2010-02-10 05:45:24 +00:00
concept_check.h
cpp_type_traits.h re PR libstdc++/45549 (merge is_iterator into iterator_traits) 2010-09-07 22:30:33 +00:00
deque.tcc re PR libstdc++/32618 (std::vector calls uneccessary constructors instead of inplace construction of first object) 2010-06-18 18:07:45 +00:00
forward_list.h forward_list.h (forward_list<>::resize(size_type, value_type)): Fix signature, per LWG 1340. 2010-09-13 16:30:47 +00:00
forward_list.tcc forward_list.h (forward_list<>::resize(size_type, value_type)): Fix signature, per LWG 1340. 2010-09-13 16:30:47 +00:00
fstream.tcc c++config (std::size_t, [...]): Provide typedefs. 2010-06-03 19:15:56 +00:00
functexcept.h
functional_hash.h hash_bytes.cc: New file... 2010-09-13 18:23:56 +00:00
gslice.h
gslice_array.h
hashtable.h re PR libstdc++/44480 ([C++0x] Linear performance of begin() in unordered associative containers) 2010-08-31 17:39:51 +00:00
hashtable_policy.h [multiple changes] 2010-05-20 22:35:49 +00:00
indirect_array.h
ios_base.h ios_init.cc (ios_base::Init::~Init): Add back semicolon at the end of the _GLIBCXX_SYNCHRONIZATION_HAPPENS* macros... 2010-08-13 11:48:34 +00:00
istream.tcc
list.tcc re PR libstdc++/32618 (std::vector calls uneccessary constructors instead of inplace construction of first object) 2010-06-18 18:07:45 +00:00
locale_classes.h ios_init.cc (ios_base::Init::~Init): Add back semicolon at the end of the _GLIBCXX_SYNCHRONIZATION_HAPPENS* macros... 2010-08-13 11:48:34 +00:00
locale_classes.tcc
locale_facets.h c++config (std::size_t, [...]): Provide typedefs. 2010-06-03 19:15:56 +00:00
locale_facets.tcc c++config (std::size_t, [...]): Provide typedefs. 2010-06-03 19:15:56 +00:00
locale_facets_nonio.h c++config (std::size_t, [...]): Provide typedefs. 2010-06-03 19:15:56 +00:00
locale_facets_nonio.tcc c++config (std::size_t, [...]): Provide typedefs. 2010-06-03 19:15:56 +00:00
localefwd.h streambuf: Adjust doxygen group markup. 2010-02-10 05:45:24 +00:00
mask_array.h
move.h move.h (forward): Reinstate the N2835 version. 2010-08-11 16:55:33 +00:00
ostream.tcc
ostream_insert.h
postypes.h
random.h re PR libstdc++/45613 (bits/random.h misses include guards) 2010-09-09 11:23:39 +00:00
random.tcc re PR libstdc++/45613 (bits/random.h misses include guards) 2010-09-09 11:23:39 +00:00
range_access.h [multiple changes] 2010-07-27 17:27:06 +00:00
regex.h stl_heap.h: Update markup. 2010-07-08 17:48:12 +00:00
regex_compiler.h regex_compiler.h: Fix filename in doxygen comment. 2010-07-03 13:35:03 +01:00
regex_constants.h regex_compiler.h: Fix filename in doxygen comment. 2010-07-03 13:35:03 +01:00
regex_cursor.h regex_compiler.h: Trivial formatting / stylistic fixes. 2010-06-27 09:29:25 +00:00
regex_error.h regex_compiler.h: Fix filename in doxygen comment. 2010-07-03 13:35:03 +01:00
regex_grep_matcher.h regex_compiler.h: Fix filename in doxygen comment. 2010-07-03 13:35:03 +01:00
regex_grep_matcher.tcc regex_compiler.h: Fix filename in doxygen comment. 2010-07-03 13:35:03 +01:00
regex_nfa.h Initial regex implementation. 2010-06-25 19:27:16 +00:00
regex_nfa.tcc regex_compiler.h: Fix filename in doxygen comment. 2010-07-03 13:35:03 +01:00
shared_ptr.h re PR libstdc++/42925 ([GB 99] Not possible to compare unique_ptr with 0) 2010-08-11 08:49:47 +00:00
shared_ptr_base.h re PR libstdc++/42925 ([GB 99] Not possible to compare unique_ptr with 0) 2010-08-11 08:49:47 +00:00
slice_array.h
sstream.tcc
stl_algo.h re PR libstdc++/45488 (lower_bound doesn't really require the iterator parameters to be default constructible) 2010-09-01 22:58:15 +00:00
stl_algobase.h re PR libstdc++/45488 (lower_bound doesn't really require the iterator parameters to be default constructible) 2010-09-01 22:58:15 +00:00
stl_bvector.h move.h (forward): Update to N3092. 2010-08-05 07:34:08 +00:00
stl_construct.h stl_construct.h (_Construct): Change to variadic in C++0x mode, consistently with allocator::construct. 2010-06-16 12:26:24 +00:00
stl_deque.h move.h (forward): Update to N3092. 2010-08-05 07:34:08 +00:00
stl_function.h re PR libstdc++/42460 (man page errors for generated libstdc++ man pages) 2010-02-04 18:20:34 +00:00
stl_heap.h stl_heap.h: Update markup. 2010-07-08 17:48:12 +00:00
stl_iterator.h re PR libstdc++/44963 ([DR 1334] Ambiguous function overload using __gnu_cxx::crope with std::back_inserter in c++0x mode) 2010-08-08 14:54:51 +00:00
stl_iterator_base_funcs.h re PR libstdc++/45549 (merge is_iterator into iterator_traits) 2010-09-07 22:30:33 +00:00
stl_iterator_base_types.h re PR libstdc++/45549 (merge is_iterator into iterator_traits) 2010-09-07 22:30:33 +00:00
stl_list.h move.h (forward): Update to N3092. 2010-08-05 07:34:08 +00:00
stl_map.h move.h (forward): Update to N3092. 2010-08-05 07:34:08 +00:00
stl_multimap.h move.h (forward): Update to N3092. 2010-08-05 07:34:08 +00:00
stl_multiset.h move.h (forward): Update to N3092. 2010-08-05 07:34:08 +00:00
stl_numeric.h
stl_pair.h re PR libstdc++/44487 ([C++0x] pair of references doesn't work) 2010-06-10 10:24:46 +00:00
stl_queue.h re PR libstdc++/45281 (performance/ext/pb_ds/priority_queue_text_modify_down_timing.cc fails at compile time) 2010-08-14 00:09:21 +00:00
stl_raw_storage_iter.h stl_raw_storage_iter.h (raw_storage_iterator<>:: operator=(const _Tp&)): Use std::__addressof. 2010-09-16 17:09:10 +00:00
stl_relops.h
stl_set.h move.h (forward): Update to N3092. 2010-08-05 07:34:08 +00:00
stl_stack.h re PR libstdc++/42460 (man page errors for generated libstdc++ man pages) 2010-02-04 18:20:34 +00:00
stl_tempbuf.h stl_construct.h (_Construct): Change to variadic in C++0x mode, consistently with allocator::construct. 2010-06-16 12:26:24 +00:00
stl_tree.h stl_tree.h (erase(iterator), [...]): Remove inline specifier. 2010-06-23 09:50:42 +00:00
stl_uninitialized.h stl_uninitialized.h (__uninitialized_default, [...]): Add. 2010-06-17 08:34:17 +00:00
stl_vector.h move.h (forward): Update to N3092. 2010-08-05 07:34:08 +00:00
stream_iterator.h
streambuf.tcc
streambuf_iterator.h
stringfwd.h re PR libstdc++/44014 (no std::string in API documentation) 2010-05-06 20:57:58 +01:00
unique_ptr.h re PR libstdc++/42925 ([GB 99] Not possible to compare unique_ptr with 0) 2010-08-11 08:49:47 +00:00
unordered_map.h hashtable.h (_Hashtable<>::operator=(const _Hashtable&)): Move inline. 2010-08-14 01:00:23 +00:00
unordered_set.h hashtable.h (_Hashtable<>::operator=(const _Hashtable&)): Move inline. 2010-08-14 01:00:23 +00:00
valarray_after.h re PR libstdc++/27340 (valarray uses __cos which may conflict with libm functions) 2010-02-06 20:41:09 +00:00
valarray_array.h stl_uninitialized.h (__uninitialized_default, [...]): Add. 2010-06-17 08:34:17 +00:00
valarray_array.tcc
valarray_before.h re PR libstdc++/27340 (valarray uses __cos which may conflict with libm functions) 2010-02-06 20:41:09 +00:00
vector.tcc hash_bytes.cc: New file... 2010-09-13 18:23:56 +00:00