[libcxx-commits] [libcxx] [libc++] Remove transitive <locale> include from <vector> (PR #80282)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 1 07:13:47 PST 2024
================
@@ -5,7 +5,7 @@
set(LLVM_DIR_SAVE ${LLVM_DIR})
set(Clang_DIR_SAVE ${Clang_DIR})
-find_package(Clang 18)
+find_package(Clang 19)
----------------
ldionne wrote:
This should be in its own patch.
https://github.com/llvm/llvm-project/pull/80282
More information about the libcxx-commits
mailing list