scoped_allocator (scoped_allocator::__outermost): Do not pass non-POD to varargs...
authorJonathan Wakely <jwakely.gcc@gmail.com>
Wed, 25 Apr 2012 18:03:03 +0000 (18:03 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 25 Apr 2012 18:03:03 +0000 (19:03 +0100)
commit862023d77a81fc9000799ed3bbdcf86734d15ced
tree28099b063a68faa1527cf3db21bb956881137c82
parent98095aa3379c4db453d656b82f368e3bbacbfa07
scoped_allocator (scoped_allocator::__outermost): Do not pass non-POD to varargs function.

* include/std/scoped_allocator (scoped_allocator::__outermost): Do
not pass non-POD to varargs function.
* testsuite/20_util/scoped_allocator/1.cc: Fix test.

From-SVN: r186836
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/scoped_allocator
libstdc++-v3/testsuite/20_util/scoped_allocator/1.cc