[libcxx-commits] [libcxxabi] [libcxx] [libc++] Remove dependence on <ciso646> (PR #73271)

Michael Kenzel via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 29 18:04:06 PST 2023


================
@@ -9,7 +9,7 @@
 #ifndef TEST_SUPPORT_CONTAINER_DEBUG_TESTS_H
 #define TEST_SUPPORT_CONTAINER_DEBUG_TESTS_H
 
-#include <ciso646>
+#include <version>
----------------
michael-kenzel wrote:

I've pushed an update that simply removes this include and leave it to `test_macros.h`.

https://github.com/llvm/llvm-project/pull/73271


More information about the libcxx-commits mailing list