[libcxx-commits] [libcxx] [libcxxabi] [libc++] Remove dependence on <ciso646> (PR #73271)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 30 11:58:25 PST 2023
================
@@ -9,7 +9,7 @@
#ifndef TEST_SUPPORT_CONTAINER_DEBUG_TESTS_H
#define TEST_SUPPORT_CONTAINER_DEBUG_TESTS_H
-#include <ciso646>
+#include <version>
----------------
ldionne wrote:
We need to include `test_macros.h` before we try to use things like `_LIBCPP_VERSION` then, though.
https://github.com/llvm/llvm-project/pull/73271
More information about the libcxx-commits
mailing list