gcc/libstdc++-v3/include/bits
Jason Merrill 4cfaec1cef re PR c++/33486 (namespace association doesn't handle parallel namespaces)
* gcc/cp/parser.c (cp_parser_declaration): Handle 'inline namespace'.
        (cp_parser_namespace_definition): Likewise.
  
        PR c++/33486
        * gcc/cp/name-lookup.c (arg_assoc_namespace): Look down into inline
        namespaces, too.
  
        * libstdc++-v3/include/bits/c++config: Use 'inline namespace'
        instead of strong using.

From-SVN: r132611
2008-02-25 01:26:24 -05:00
..
algorithmfwd.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
allocator.h
basic_ios.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
basic_ios.tcc
basic_string.h [multiple changes] 2008-01-18 08:16:51 +00:00
basic_string.tcc
boost_concept_check.h
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 c++/33486 (namespace association doesn't handle parallel namespaces) 2008-02-25 01:26:24 -05:00
char_traits.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
codecvt.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
concept_check.h
cpp_type_traits.h
deque.tcc stl_list.h (insert(iterator, value_type&&)): Just forward to emplace. 2007-11-23 11:49:07 +00:00
fstream.tcc
functexcept.h
functional_hash.h functional_hash.h: Do not include ext/numeric_traits.h. 2007-11-20 14:06:53 +00:00
gslice_array.h
gslice.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
hashtable.h
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 [multiple changes] 2008-01-18 08:16:51 +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_nonio.h
locale_facets_nonio.tcc auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
locale_facets.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +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
localefwd.h
mask_array.h
ostream_insert.h
ostream.tcc
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 auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_algobase.h re PR libstdc++/34595 (std::copy copies the output iterator before assigning) 2007-12-26 21:58:49 +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 auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +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 re PR libstdc++/34105 (Confusing error message with missing #include <algorithm>) 2007-11-15 19:05:17 +00:00
stl_iterator_base_funcs.h
stl_iterator_base_types.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_iterator.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_list.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_map.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_move.h
stl_multimap.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_multiset.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_numeric.h
stl_pair.h stl_pair.h (pair<>::pair<>(_U1&&, _Arg0&&, _Args&&...)): Add. 2007-11-11 15:56:09 +00:00
stl_queue.h stl_queue.h (queue<>::push(value_type&&)): Replace with "emplace" version per DR 756. 2007-11-01 01:40:56 +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_queue.h (queue<>::push(value_type&&)): Replace with "emplace" version per DR 756. 2007-11-01 01:40:56 +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_deque.h (deque<>::push_back<>(_Args...), [...]): Add. 2007-11-12 16:01:09 +00:00
stl_vector.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stream_iterator.h
streambuf_iterator.h
streambuf.tcc
stringfwd.h
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_bvector.h (vector<bool>::reserve): Move out of line... 2007-12-11 19:08:26 +00:00