You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drive-by: Consistently mark __inplace_merge::__inplace_merge_impl
This function template is only called by other functions that becomes
constexpr since C++26, and it itself calls `std::__inplace_merge` that
is constexpr since C++26. So it's better to mark it
`_LIBCPP_CONSTEXPR_SINCE_CXX26`.
0 commit comments