]> git.ipfire.org Git - thirdparty/gcc.git/commit
array_allocator.h (array::allocate): Check for valid array object, use its size membe...
authorBenjamin Kosnik <bkoz@redhat.com>
Tue, 26 Oct 2004 06:37:10 +0000 (06:37 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 26 Oct 2004 06:37:10 +0000 (06:37 +0000)
commit210d7a8f70203c5220d9f8b5545f21623f2d7634
treec7f36e062e06d724e86762c728b9e5a4eed089d5
parentf1a66265195781c7f0cc6c627706bdf33a313657
array_allocator.h (array::allocate): Check for valid array object, use its size member function directly.

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.

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