2004-10-07 Benjamin Kosnik <bkoz@redhat.com>
commit30a545835e4591e683034d8115cf32bf41036601
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Oct 2004 22:06:23 +0000 (7 22:06 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Oct 2004 22:06:23 +0000 (7 22:06 +0000)
tree72831aac65ca4881122762d9733f6ba6048187f6
parentc1894418b67b4caeaab0033566e5c02185805364
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88711 138bc75d-0d04-0410-961f-82ee72b054a4
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]