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

Michael Kenzel via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 30 16:45:29 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:

Sorry, very stupid mistake, forgot to build the tests… fixed…

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


More information about the libcxx-commits mailing list