Skip to content

Commit a209fb5

Browse files
cf
1 parent 3bbf31d commit a209fb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libcxx/include/__utility/lazy_synth_three_way_comparator.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ struct __lazy_synth_three_way_comparator<_Comparator,
9696
__has_default_three_way_comparator<_LHS, _RHS> >::value> > {
9797
// This lifetimebound annotation is technically incorrect, but other specializations actually capture the lifetime of
9898
// the comparator.
99-
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 __lazy_synth_three_way_comparator(_LIBCPP_CTOR_LIFETIMEBOUND const _Comparator&) {}
99+
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26
100+
__lazy_synth_three_way_comparator(_LIBCPP_CTOR_LIFETIMEBOUND const _Comparator&) {}
100101

101102
// Same comment as above.
102103
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 static __eager_compare_result

0 commit comments

Comments
 (0)