https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70101

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
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

Reply via email to