OSDN Git Service

Merge r172073 from trunk to the 4.6 release branch, to fix two
authorjyasskin <jyasskin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Apr 2011 04:50:23 +0000 (04:50 +0000)
committerjyasskin <jyasskin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Apr 2011 04:50:23 +0000 (04:50 +0000)
commit3329b7447ab817bb0374a689f3b381a5781ed8aa
tree3aa6299205f004afba36d85e969dd660e03fb756
parent384aead16283c2c8bd5a617f8571cfa6b77bd00a
Merge r172073 from trunk to the 4.6 release branch, to fix two
ambiguities between extensions and new C++0x functions.

Tested: bootstrap + make check-c++ on x86_64

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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@172074 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/algorithm
libstdc++-v3/include/ext/numeric
libstdc++-v3/testsuite/ext/iota/cxx0x.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/is_sorted/cxx0x.cc [new file with mode: 0644]