We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3addd27 commit e4540c4Copy full SHA for e4540c4
libcxx/include/__flat_set/flat_set.h
@@ -385,7 +385,7 @@ class flat_set {
385
return __emplace(std::forward<_Kp>(__x));
386
}
387
_LIBCPP_HIDE_FROM_ABI iterator insert(const_iterator __hint, const value_type& __x) {
388
- return __emplace_hint(__hint, __x);
+ return emplace_hint(__hint, __x);
389
390
391
_LIBCPP_HIDE_FROM_ABI iterator insert(const_iterator __hint, value_type&& __x) {
0 commit comments