]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/testsuite/20_util/scoped_allocator/requirements/typedefs.cc
Makefile.am: Add new header.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Sat, 9 Jul 2011 13:45:56 +0000 (13:45 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 9 Jul 2011 13:45:56 +0000 (14:45 +0100)
commit677aad9c92d346e6cfea943445c2d04a4a4c8cea
tree96b6c4a23f99eba0c685380b33c585071c673b93
parentbd8485dc9f89c0eff0a548a6ba210e75be6f419c
Makefile.am: Add new header.

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.

From-SVN: r176079
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]