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 1d3b9ef commit e124b63Copy full SHA for e124b63
libcxx/include/map
@@ -1159,7 +1159,7 @@ public:
1159
1160
# endif // _LIBCPP_CXX03_LANG
1161
1162
- _LIBCPP_HIDE_FROM_ABI explicit map(const allocator_type& __a) : __tree_(typename __base::allocator_type(__a)) {}
+ _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 explicit map(const allocator_type& __a) : __tree_(typename __base::allocator_type(__a)) {}
1163
1164
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 map(const map& __m, const allocator_type& __a)
1165
: __tree_(__m.__tree_.value_comp(), typename __base::allocator_type(__a)) {
0 commit comments