[libcxx-commits] [libcxx] [libcxxabi] [libc++] Remove dependence on <ciso646> (PR #73271)
Michael Kenzel via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 24 19:44:05 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:
Given that that file itself doesn't actually seem to use any of the stuff `<version>` is supposed to provide, I guess that would make sense, yeah.
https://github.com/llvm/llvm-project/pull/73271
More information about the libcxx-commits
mailing list