This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r174958 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: redi
Date: Sat Jun 11 16:05:08 2011
New Revision: 174958

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174958
Log:
2011-06-11  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* include/ext/extptr_allocator.h (construct, destroy): Fix for C++0x
	mode by overloading to take allocator's pointer type.
	* testsuite/23_containers/vector/ext_pointer/types/2.cc: New.
	* testsuite/23_containers/vector/ext_pointer/explicit_instantiation/
	2.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/2.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/types/2.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/ext/extptr_allocator.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]