This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of Resolved status.
Section: 23.6.4.2 [priqueue.cons] Status: Resolved Submitter: Alisdair Meredith Opened: 2009-08-19 Last modified: 2016-01-28
Priority: Not Prioritized
View all issues with Resolved status.
Discussion:
The class template priority_queue
declares signatures for a move
constructor and move assignment operator in its class definition.
However, it does not provide a definition (unlike std::queue
, and
proposed resolution for std::stack
.) Nor does it provide a text clause
specifying their behaviour.
[ 2009-08-23 Daniel adds: ]
[ 2009-10 Santa Cruz: ]
Proposed resolution: