r239201 - in /branches/gcc-6-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Sat Aug 6 12:20:00 GMT 2016


Author: redi
Date: Sat Aug  6 12:20:41 2016
New Revision: 239201

URL: https://gcc.gnu.org/viewcvs?rev=239201&root=gcc&view=rev
Log:
Move allocator in RB tree move constructors

Backport from mainline
2016-07-22  Jonathan Wakely  <jwakely@redhat.com>

	PR libstdc++/71964
	* include/bits/stl_tree.h (_Rb_tree(_Rb_tree&&)): Move allocator.
	* testsuite/23_containers/set/allocator/71964.cc: New test.

Added:
    branches/gcc-6-branch/libstdc++-v3/testsuite/23_containers/set/allocator/71964.cc
Modified:
    branches/gcc-6-branch/libstdc++-v3/ChangeLog
    branches/gcc-6-branch/libstdc++-v3/include/bits/stl_tree.h



More information about the Libstdc++-cvs mailing list