libstdc++: constexpr priority_queue This patch makes priority_queue constexpr as part of P3372R3. libstdc++-v3/ChangeLog: * include/bits/stl_queue.h: Add constexpr. * testsuite/23_containers/priority_queue/constexpr.cc: New test.