gcc/libstdc++-v3/include/ext
Jonathan Wakely d03eca30d7 Remove some more using-declarations from namespace __gnu_cxx
Similar to some recent patches, this removes using-declarations for
names from namespace std, so that they are not redeclared in __gnu_cxx.

	* include/bits/stl_iterator.h (namespace __gnu_cxx): Remove
	using-declarations for std::iterator and std::iterator_traits.
	(__gnu_cxx::__normal_iterator): Qualify iterator_traits.
	* include/ext/algorithm (namespace __gnu_cxx): Remove
	using-declarations for std names and qualify those names when used.
	Also refer to std::min in parentheses to protect against function-like
	macros.
	* include/ext/rc_string_base.h: Qualify iterator_traits.
	* include/ext/sso_string_base.h: Qualify iterator_traits.

From-SVN: r277630
2019-10-30 15:48:23 +00:00
..
pb_ds Adjust pb_ds extensions to use allocator_traits 2019-10-23 17:14:43 +01:00
algorithm Remove some more using-declarations from namespace __gnu_cxx 2019-10-30 15:48:23 +00:00
aligned_buffer.h
alloc_traits.h Fix compilation errors with Clang 2019-10-29 20:16:57 +00:00
atomicity.h
bitmap_allocator.h
cast.h
cmath
codecvt_specializations.h
concurrence.h
debug_allocator.h
enc_filebuf.h
extptr_allocator.h
functional
iterator
malloc_allocator.h PR c++/91369 Implement P0784R7 changes to allocation and construction 2019-10-23 18:42:11 +01:00
memory
mt_allocator.h
new_allocator.h PR c++/91369 Implement P0784R7 changes to allocation and construction 2019-10-23 18:42:11 +01:00
numeric
numeric_traits.h
pod_char_traits.h
pointer.h
pool_allocator.h
random
random.tcc
rb_tree
rc_string_base.h Remove some more using-declarations from namespace __gnu_cxx 2019-10-30 15:48:23 +00:00
rope
ropeimpl.h
slist
sso_string_base.h Remove some more using-declarations from namespace __gnu_cxx 2019-10-30 15:48:23 +00:00
stdio_filebuf.h
stdio_sync_filebuf.h
string_conversions.h
throw_allocator.h Qualify type names in <ext/throw_allocator.h> 2019-10-23 17:14:47 +01:00
type_traits.h
typelist.h
vstring_fwd.h
vstring_util.h
vstring.h
vstring.tcc