2011-07-09 Jonathan Wakely <jwakely.gcc@gmail.com>
commite857783f378c9487190fe8e04ca9997420ef5a6b
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jul 2011 13:45:56 +0000 (9 13:45 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jul 2011 13:45:56 +0000 (9 13:45 +0000)
tree96b6c4a23f99eba0c685380b33c585071c673b93
parent4441fc360c5f97fc30e062b80e396d2d94be7d22
2011-07-09  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/Makefile.am: Add new header.
* include/Makefile.in: Regenerate.
* include/std/scoped_allocator: New.
* doc/xml/manual/status_cxx200x.xml: Update.
* testsuite/20_util/scoped_allocator/1.cc: New.
* testsuite/20_util/scoped_allocator/propagation.cc: New.
* testsuite/20_util/scoped_allocator/requirements/typedefs.cc: New.
* testsuite/20_util/scoped_allocator/requirements/
explicit_instantiation.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176079 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/status_cxx200x.xml
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/std/scoped_allocator [new file with mode: 0644]
libstdc++-v3/testsuite/20_util/scoped_allocator/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/20_util/scoped_allocator/propagation.cc [new file with mode: 0644]
libstdc++-v3/testsuite/20_util/scoped_allocator/requirements/explicit_instantiation.cc [new file with mode: 0644]
libstdc++-v3/testsuite/20_util/scoped_allocator/requirements/typedefs.cc [new file with mode: 0644]