Created on 2020-11-21.00:00:00 last changed 1 month ago
priority_queue has two constructor templates taking a pair of input iterators in addition to a comparator and a container, but it does not have allocator-extended constructors corresponding to these constructor templates:
template<class InputIterator> priority_queue(InputIterator first, InputIterator last, const Compare& x, const Container&); template<class InputIterator> priority_queue(InputIterator first, InputIterator last, const Compare& x = Compare(), Container&& = Container());
History | |||
---|---|---|---|
Date | User | Action | Args |
2020-11-29 13:57:40 | admin | set | messages: + msg11636 |
2020-11-21 00:00:00 | admin | create |