[llvm-branch-commits] [libcxx] [libc++][C++03] Update include guards (PR #109001)
Louis Dionne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Oct 30 08:17:32 PDT 2024
================
@@ -29,18 +29,18 @@ _LIBCPP_PUSH_MACROS
// TODO: Find out how altivec changes things and allow vectorizations there too.
#if _LIBCPP_STD_VER >= 14 && defined(_LIBCPP_CLANG_VER) && !defined(__ALTIVEC__)
-# define _LIBCPP_HAS_ALGORITHM_VECTOR_UTILS 1
+# define _LIBCPP___CXX03_HAS_ALGORITHM_VECTOR_UTILS 1
----------------
ldionne wrote:
Oops!
https://github.com/llvm/llvm-project/pull/109001
More information about the llvm-branch-commits
mailing list