tr1: New.
authorBenjamin Kosnik <bkoz@redhat.com>
Thu, 7 Oct 2004 22:06:23 +0000 (22:06 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 7 Oct 2004 22:06:23 +0000 (22:06 +0000)
commit3febde356c3b2393bd6b62058618ed90ed0c1f4e
tree72831aac65ca4881122762d9733f6ba6048187f6
parent446e8778259f7495567358b8d3d98ca7c910ab80
tr1: New.

2004-10-07  Benjamin Kosnik  <bkoz@redhat.com>

* include/tr1: New.
* include/tr1/array: New.
* include/Makefile.am (tr1_headers): New.
(stamp-tr1): New.
(install-headers): New.
(allstamped): Add stamp-tr1.

* include/ext/array_allocator.h: New.
* include/Makefile.am: Add.
* include/Makefile.in: Regenerate.
* testsuite/ext/array_allocator/1.cc: New.
* testsuite/ext/array_allocator/2.cc: New.

From-SVN: r88711
libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/ext/array_allocator.h [new file with mode: 0644]
libstdc++-v3/include/tr1/array [new file with mode: 0644]
libstdc++-v3/testsuite/ext/array_allocator/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/array_allocator/2.cc [new file with mode: 0644]