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

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 23 22:52:00 PST 2023


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

Below we include `test_macros.h` how about moving that here instead.

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


More information about the libcxx-commits mailing list