In http://reviews.llvm.org/D9408#164597, @EricWF wrote:
> Why were no erase methods added for `set`, `multiset`, `unordered_set`, and > `unordered_multiset`? 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. http://reviews.llvm.org/D9408 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
