Name |
Last commit
|
Last update |
---|---|---|
.. | ||
array | ||
bitset | ||
deque | ||
forward_list | ||
headers | ||
list | ||
map | ||
multimap | ||
multiset | ||
priority_queue | ||
queue | ||
set | ||
stack | ||
unordered_map | ||
unordered_multimap | ||
unordered_multiset | ||
unordered_set | ||
vector |
This change is safe to make now (in stage 4), because the constructors are currently incorrect and unusable (unless the supplied container already contains a heap, in which case the new make_heap calls are redundant but harmless). * doc/xml/manual/intro.xml: Document LWG 2537 status. * include/bits/stl_queue.h (priority_queue(const Compare&, const Container&, const Alloc&)) (priority_queue(const Compare&, Container&&, const Alloc&)): Call make_heap. * testsuite/23_containers/priority_queue/dr2537.cc: New test. From-SVN: r268878
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
array | Loading commit data... | |
bitset | Loading commit data... | |
deque | Loading commit data... | |
forward_list | Loading commit data... | |
headers | Loading commit data... | |
list | Loading commit data... | |
map | Loading commit data... | |
multimap | Loading commit data... | |
multiset | Loading commit data... | |
priority_queue | Loading commit data... | |
queue | Loading commit data... | |
set | Loading commit data... | |
stack | Loading commit data... | |
unordered_map | Loading commit data... | |
unordered_multimap | Loading commit data... | |
unordered_multiset | Loading commit data... | |
unordered_set | Loading commit data... | |
vector | Loading commit data... |