]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/testsuite/20_util/allocator/10378.cc
re PR libstdc++/10378 ([library DR 402] cannot add object with inplace new into STL...
authorPaolo Carlini <pcarlini@suse.de>
Mon, 1 Dec 2003 15:34:07 +0000 (15:34 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 1 Dec 2003 15:34:07 +0000 (15:34 +0000)
commit9dbaa9489f9671b98caf92c6d1f87589d4eb799d
tree5b0afb3841c075eaec8f179b049a6ff4579b5fce
parentec22cdf1405e694fb9b1c9557e6ef20baa7f7e01
re PR libstdc++/10378 ([library DR 402] cannot add object with inplace new into STL collections)

2003-12-01  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/10378
* include/bits/allocator.h (allocator::construct): Implement
resolution of DR 402 [Ready] (in Revision 28).
* include/bits/allocator_traits.h (__allocator::construct):
Likewise.
* include/bits/stl_construct.h (_Construct): Likewise.
* testsuite/20_util/allocator_members.cc: Move to...
* testsuite/20_util/allocator/1.cc: ... here.
* testsuite/20_util/allocator/10378.cc: New.
* docs/html/ext/howto.html: Add an entry for DR 402.

From-SVN: r74104
libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/ext/howto.html
libstdc++-v3/include/bits/allocator.h
libstdc++-v3/include/bits/allocator_traits.h
libstdc++-v3/include/bits/stl_construct.h
libstdc++-v3/testsuite/20_util/allocator/1.cc [moved from libstdc++-v3/testsuite/20_util/allocator_members.cc with 100% similarity]
libstdc++-v3/testsuite/20_util/allocator/10378.cc [new file with mode: 0644]