Title
move semantics undefined for priority_queue
Status
resolved
Section
[priqueue.cons]
Submitter
Alisdair Meredith

Created on 2009-08-19.00:00:00 last changed 162 months ago

Messages

Date: 2010-12-05.00:09:22

[ 2009-10 Santa Cruz: ]

Mark NAD EditorialResolved, solved by issue 1194.

Date: 2009-08-23.00:00:00

[ 2009-08-23 Daniel adds: ]

1194 provides wording that solves this issue.

Date: 2009-08-19.00:00:00

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.

History
Date User Action Args
2010-12-05 00:09:22adminsetstatus: nad editorial -> resolved
2010-10-21 18:28:33adminsetmessages: + msg1105
2010-10-21 18:28:33adminsetmessages: + msg1104
2009-08-19 00:00:00admincreate