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

redi@gcc.gnu.org redi@gcc.gnu.org
Wed Oct 5 13:43:00 GMT 2016


Author: redi
Date: Wed Oct  5 13:43:49 2016
New Revision: 240788

URL: https://gcc.gnu.org/viewcvs?rev=240788&root=gcc&view=rev
Log:
PR 70101 fix allocator-extended ctors for std::priority_queue

	PR libstdc++/70101
	* include/bits/stl_queue.h (priority_queue): Fix allocator-extended
	constructors.
	* testsuite/23_containers/priority_queue/allocator.cc: New test.

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



More information about the Libstdc++-cvs mailing list