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

redi@gcc.gnu.org redi@gcc.gnu.org
Tue Nov 4 03:41:00 GMT 2014


Author: redi
Date: Tue Nov  4 03:41:12 2014
New Revision: 217068

URL: https://gcc.gnu.org/viewcvs?rev=217068&root=gcc&view=rev
Log:
Do not assume allocator is assignable.

	* include/bits/stl_deque.h (_Deque_base(_Deque_base&&)): Copy
	allocator instead of moving.
	* testsuite/23_containers/deque/allocator/move-2.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/23_containers/deque/allocator/move-2.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/stl_deque.h



More information about the Gcc-cvs mailing list