update libcxx to LLVM 15

release/15.x commit 134fd359a5d884f16662a9edd22ab24feeb1498c
This commit is contained in:
Andrew Kelley
2022-08-04 17:53:05 -07:00
parent ac5c6b6061
commit 8278eb8837
840 changed files with 36287 additions and 20140 deletions

View File

@@ -6,10 +6,12 @@
//
//===----------------------------------------------------------------------===//
#include "algorithm"
#include <algorithm>
_LIBCPP_BEGIN_NAMESPACE_STD
// TODO(varconst): this currently doesn't benefit `ranges::sort` because it uses `ranges::less` instead of `__less`.
template void __sort<__less<char>&, char*>(char*, char*, __less<char>&);
#ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS
template void __sort<__less<wchar_t>&, wchar_t*>(wchar_t*, wchar_t*, __less<wchar_t>&);