Details
Details
- Reviewers
EricWF
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Why were no erase methods added for set, multiset, unordered_set, and unordered_multiset?
Comment Actions
Because const_iterator and iterator are the same type.
This patch LGTM but I would remove the __cplusplus >= 201402L blocks around the tests since the fix is applied in all standard versions.