gcc/libstdc++-v3/include/bits
Jason Merrill 6010fae752 tree.c (ctor_to_list): Use FOR_EACH_CONSTRUCTOR_ELT.
* gcc/tree.c (ctor_to_list): Use FOR_EACH_CONSTRUCTOR_ELT.                                       
        * gcc/cp/Make-lang.in (cp/typeck2.o): Add  dependency.                                  
        * libstdc++-v3/libsupc++/initializer_list: Uglify and wrap in                                    
        __GXX_EXPERIMENTAL_CXX0X__.                                                                      
        * libstdc++-v3/include/bits/stl_map.h (insert(initializer_list)): Wrap.

From-SVN: r137406
2008-07-03 00:32:25 -04:00
..
algorithmfwd.h stl_algo.h (copy_n): Add in C++0x mode. 2008-06-29 11:08:26 +00:00
allocator.h run_doxygen: Remove html_output_dir. 2008-03-26 06:27:35 +00:00
basic_ios.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
basic_ios.tcc
basic_string.h string_conversions.cc: Remove. 2008-06-29 15:46:50 +00:00
basic_string.tcc
boost_concept_check.h boost_concept_check.h (*AssociativeContainerConcept): Remove, unused. 2007-10-09 13:30:56 +00:00
boost_sp_shared_count.h boost_shared_ptr.h: Add support for allocators, aliasing, make_shared and rvalue-references. 2007-12-15 22:28:29 +00:00
c++config re PR libstdc++/36130 (Atomics regression test fail to compile when parallel mode is enabled) 2008-05-06 18:57:46 +00:00
char_traits.h run_doxygen: Remove html_output_dir. 2008-03-26 06:27:35 +00:00
codecvt.h run_doxygen: Remove html_output_dir. 2008-03-26 06:27:35 +00:00
concept_check.h
cpp_type_traits.h bitset (bitset(const char*)): Implement DR 778 in debug-mode too. 2008-05-29 11:42:08 +00:00
deque.tcc stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove. 2008-06-13 12:03:13 +00:00
fstream.tcc sstream: Adjust braces. 2008-05-14 13:12:02 +00:00
functexcept.h condition_variable: New. 2008-05-06 21:11:47 +00:00
functional_hash.h functional_hash.h: Do not include ext/numeric_traits.h. 2007-11-20 14:06:53 +00:00
gslice.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
gslice_array.h
hashtable.h find.h: Doxygen fixups. 2007-09-12 15:33:43 +00:00
indirect_array.h
ios_base.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
istream.tcc istream.tcc (basic_istream<>::sentry:: sentry(basic_istream<>&, bool)): Explicitely convert to bool. 2007-11-15 22:59:12 +00:00
list.tcc stl_list.h (insert(iterator, value_type&&)): Just forward to emplace. 2007-11-23 11:49:07 +00:00
locale_classes.h run_doxygen: Remove html_output_dir. 2008-03-26 06:27:35 +00:00
locale_classes.tcc re PR libstdc++/34680 (Unconditional use of dynamic_cast in locale_facets.tcc breaks compilation with -fno-rtti) 2008-01-07 11:11:02 +00:00
locale_facets.h run_doxygen: Remove html_output_dir. 2008-03-26 06:27:35 +00:00
locale_facets.tcc locale_facets.tcc (num_put<>::_M_insert_int): When ios_base::showpos and the type is signed and the value is zero, prepend +. 2007-11-27 01:59:41 +00:00
locale_facets_nonio.h run_doxygen: Remove html_output_dir. 2008-03-26 06:27:35 +00:00
locale_facets_nonio.tcc auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
localefwd.h
mask_array.h
move.h move.h (swap(_Tp (&)[_Nm], _Tp (&)[_Nm])): Add, per DR 809. 2008-06-22 13:57:06 +00:00
ostream.tcc
ostream_insert.h
postypes.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
slice_array.h
sstream.tcc auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_algo.h stl_algo.h (copy_n): Add in C++0x mode. 2008-06-29 11:08:26 +00:00
stl_algobase.h [multiple changes] 2008-06-21 16:55:17 +00:00
stl_bvector.h stl_bvector.h (vector<bool>::reserve): Move out of line... 2007-12-11 19:08:26 +00:00
stl_construct.h [multiple changes] 2008-01-18 08:16:51 +00:00
stl_deque.h stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove. 2008-06-13 12:03:13 +00:00
stl_function.h documentation.html: First pass at unified table of contents. 2007-11-13 17:43:57 +00:00
stl_heap.h [multiple changes] 2008-06-21 16:55:17 +00:00
stl_iterator.h [multiple changes] 2008-06-21 16:55:17 +00:00
stl_iterator_base_funcs.h stl_iterator_base_funcs.h (next, prev): Add in C++0x mode. 2008-06-17 21:33:15 +00:00
stl_iterator_base_types.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_list.h stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove. 2008-06-13 12:03:13 +00:00
stl_map.h tree.c (ctor_to_list): Use FOR_EACH_CONSTRUCTOR_ELT. 2008-07-03 00:32:25 -04:00
stl_multimap.h re PR libstdc++/35566 (multiset constructor uses insert_unique instead of insert_equal!) 2008-03-13 17:48:21 +00:00
stl_multiset.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_numeric.h stl_numeric.h (iota): Add in C++0x mode. 2008-06-27 10:47:27 +00:00
stl_pair.h [multiple changes] 2008-06-21 16:55:17 +00:00
stl_queue.h stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove. 2008-06-13 12:03:13 +00:00
stl_raw_storage_iter.h
stl_relops.h [multiple changes] 2008-01-18 08:16:51 +00:00
stl_set.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_stack.h stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove. 2008-06-13 12:03:13 +00:00
stl_tempbuf.h [multiple changes] 2008-01-18 08:16:51 +00:00
stl_tree.h stl_tree.h (_Rb_tree<>::_Rb_tree_impl<, true>): Remove, identical in mainline to the primary template. 2007-11-22 18:54:36 +00:00
stl_uninitialized.h stl_algo.h (copy_n): Add in C++0x mode. 2008-06-29 11:08:26 +00:00
stl_vector.h stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove. 2008-06-13 12:03:13 +00:00
stream_iterator.h
streambuf.tcc
streambuf_iterator.h stl_algobase.h (struct __miter_base): Add. 2007-10-27 12:07:04 +00:00
stringfwd.h
unique_ptr.h [multiple changes] 2008-06-21 16:55:17 +00:00
valarray_after.h
valarray_array.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
valarray_array.tcc
valarray_before.h
vector.tcc stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove. 2008-06-13 12:03:13 +00:00