OSDN Git Service

2004-10-26 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Oct 2004 06:37:10 +0000 (06:37 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Oct 2004 06:37:10 +0000 (06:37 +0000)
commit97c10de8f843682a757d68314627f44128f366d9
treec7f36e062e06d724e86762c728b9e5a4eed089d5
parent1dc74225ea88dfb3a14f88dd7a47741c5bafff01
2004-10-26  Benjamin Kosnik  <bkoz@redhat.com>

* include/ext/array_allocator.h (array::allocate): Check for valid
array object, use its size member function directly.
* testsuite/ext/array_allocator/3.cc: New.
* docs/html/20_util/allocator.html: Add docs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89573 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/20_util/allocator.html
libstdc++-v3/include/ext/array_allocator.h
libstdc++-v3/testsuite/ext/array_allocator/3.cc [new file with mode: 0644]