This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r186841 - in /branches/gcc-4_7-branch/libstdc++...
- From: redi at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Wed, 25 Apr 2012 21:53:20 -0000
- Subject: r186841 - in /branches/gcc-4_7-branch/libstdc++...
Author: redi
Date: Wed Apr 25 21:53:20 2012
New Revision: 186841
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186841
Log:
* include/std/scoped_allocator (scoped_allocator::__outermost): Do
not pass non-POD to varargs function.
* testsuite/20_util/scoped_allocator/1.cc: Fix test.
Modified:
branches/gcc-4_7-branch/libstdc++-v3/ChangeLog
branches/gcc-4_7-branch/libstdc++-v3/include/std/scoped_allocator
branches/gcc-4_7-branch/libstdc++-v3/testsuite/20_util/scoped_allocator/1.cc