Opened 5 years ago
#13144 new Bugs
Hinted overloads of boost::container::flat_map::insert_or_assign are uncompilable
| Reported by: | Owned by: | Ion Gaztañaga | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | container |
| Version: | Boost 1.64.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
boost::container::flat_map::insert_or_assign() overloads which take a hint require an impossible conversion from std::pair<iterator, bool> to iterator, breaking compilation of any code that tries to use these methods.
Note:
See TracTickets
for help on using tickets.
