Opened 8 years ago
Last modified 7 years ago
#10774 new Feature Requests
Add a queue/priority container
| Reported by: | viboes | Owned by: | Ion Gaztañaga |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | container |
| Version: | Boost 1.57.0 | Severity: | Problem |
| Keywords: | Cc: |
Description (last modified by )
Boost is missing queue/priority_queue conforming to C++11 using Boost.Move.
See also #10773.
Change History (3)
comment:1 by , 8 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 8 years ago
| Type: | Bugs → Feature Requests |
|---|
comment:3 by , 7 years ago
Note:
See TracTickets
for help on using tickets.

Why do we need priority_queue in Boost even though it already exists in C++ STL as std::priority_queue<T>?