]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libstdc++/26875 (Array allocator use count is shared between array_allocator...
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 26 Apr 2006 19:52:31 +0000 (19:52 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 26 Apr 2006 19:52:31 +0000 (19:52 +0000)
commit0c092147be441279c0652a2131a75c3ffe55112c
tree3eb6e5d9da4dbe26d2f53a0a9d61133e11a0a16e
parent0c3f35451c3fe2072fb918c1387167d996dfd1fe
re PR libstdc++/26875 (Array allocator use count is shared between array_allocator instances)

2006-04-26  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/26875
* include/ext/array_allocator.h (array_allocator): _M_used, new
data member.
* testsuite/ext/array_allocator/26875.cc: New.

From-SVN: r113283
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/array_allocator.h
libstdc++-v3/testsuite/ext/array_allocator/26875.cc [new file with mode: 0644]