Skip to content

Commit 70f2163

Browse files
pass map.special/member_swap.pass.cpp
1 parent aba79eb commit 70f2163

File tree

1 file changed

+1
-1
lines changed
  • libcxx/include

1 file changed

+1
-1
lines changed

libcxx/include/map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ public:
710710
};
711711

712712
template <class _Key, class _CP, class _Compare, bool __b>
713-
inline _LIBCPP_HIDE_FROM_ABI void
713+
inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 void
714714
swap(__map_value_compare<_Key, _CP, _Compare, __b>& __x, __map_value_compare<_Key, _CP, _Compare, __b>& __y)
715715
_NOEXCEPT_(_NOEXCEPT_(__x.swap(__y))) {
716716
__x.swap(__y);

0 commit comments

Comments
 (0)