]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR 70101 fix allocator-extended ctors for std::priority_queue
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Oct 2016 12:01:57 +0000 (12:01 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Oct 2016 12:01:57 +0000 (12:01 +0000)
commitad69f5a6c4799aca9750b330371a643879bfeb71
tree29862dbb05dea5afe75206b023fe6e3755a2bd8c
parent0d692fc4870098ba77decf1b59046a23101768ad
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240781 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_queue.h
libstdc++-v3/testsuite/23_containers/priority_queue/allocator.cc [new file with mode: 0644]