I'm looking for example code for the deletion of elements in a multi_index container, using an ordered_non_unique range. I've found a single example on the boost site, which I can't duplicate with my code. I'm hoping for examples not written by the library's author, which highlight real-world C.R.U.D. usage of this index / iterator combo.
Asked
Active
Viewed 76 times
0
-
A `boost::multi_index::ordered_non_unique` index models `std::multiset`, you can probably find more examples of `multiset` – Caleth Jan 08 '19 at 14:40
1 Answers
0
If my memory serves me well, this is the first time I'm explicitly banned from providing an answer

Joaquín M López Muñoz
- 5,243
- 1
- 15
- 20