gcc/libstdc++-v3/include/ext
Jeffrey Yasskin 7c16382a3a In C++0x mode, import iota and is_sorted from namespace std into namespace __gnu_cxx to avoid ambiguous call errors.
In C++0x mode, import iota and is_sorted from namespace std into
namespace __gnu_cxx to avoid ambiguous call errors.  copy_n would be a
good candidate for this too, except it was standardized with a
different return type.

Tested:
  `make -k check-c++` on x86_64-unknown-linux-gnu.

libstdc++-v3/ChangeLog:

2011-04-06  Jeffrey Yasskin  <jyasskin@google.com>

        * include/ext/algorithm (is_sorted): In C++0x mode import from
        namespace std.
        * include/ext/numeric (iota): In C++0x mode import from
        namespace std.
        * testsuite/ext/is_sorted/cxx0x.cc: New.
        * testsuite/ext/iota/cxx0x.cc: New.

From-SVN: r172073
2011-04-07 04:11:12 +00:00
..
pb_ds PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
algorithm In C++0x mode, import iota and is_sorted from namespace std into namespace __gnu_cxx to avoid ambiguous call errors. 2011-04-07 04:11:12 +00:00
array_allocator.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
atomicity.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
bitmap_allocator.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
cast.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
codecvt_specializations.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
concurrence.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
debug_allocator.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
enc_filebuf.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
extptr_allocator.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
functional PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
iterator PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
malloc_allocator.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
memory PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
mt_allocator.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
new_allocator.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
numeric In C++0x mode, import iota and is_sorted from namespace std into namespace __gnu_cxx to avoid ambiguous call errors. 2011-04-07 04:11:12 +00:00
numeric_traits.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
pod_char_traits.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
pointer.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
pool_allocator.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
rb_tree PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
rc_string_base.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
rope PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
ropeimpl.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
slist PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
sso_string_base.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
stdio_filebuf.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
stdio_sync_filebuf.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
string_conversions.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
throw_allocator.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
type_traits.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
typelist.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
vstring.h re PR libstdc++/47773 (Versatile string lacks a default hash function) 2011-02-17 01:24:37 +00:00
vstring.tcc PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
vstring_fwd.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
vstring_util.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00