Index: include/__string =================================================================== --- include/__string +++ include/__string @@ -374,7 +374,7 @@ if (__n == 0) return NULL; #if __has_feature(cxx_constexpr_string_builtins) - return __builtin_wmemchr(__s, __a, __n); + return __builtin_wmemchr(__s, __a, __n); #elif _LIBCPP_STD_VER <= 14 return wmemchr(__s, __a, __n); #else Index: include/algorithm =================================================================== --- include/algorithm +++ include/algorithm @@ -4705,7 +4705,7 @@ case 2: __destruct_n __d(0); unique_ptr __h2(__first2, __d); - if (__comp(*--__last1, *__first1)) + if (__comp(*--__last1, *__first1)) { ::new(__first2) value_type(_VSTD::move(*__last1)); __d.__incr((value_type*)0);