ordered_json doesn't support range based erase #3108
Labels
confirmed
kind: bug
release item: 🐛 bug fix
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
ordered_json uses ordered_map and ordered_map lacks a range based(iterator pair) erase method. This means that it's not possible to use algorithms like std::unique, std::remove_if etc on an ordered_json, even if you're trying to use it on a json array, bc it will not compile.
The text was updated successfully, but these errors were encountered: