[libcxx-commits] [libcxx] 351bcd9 - [libc++][NFC] Add a comment that an include is a workaround
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 18 08:03:47 PDT 2025
Author: Louis Dionne
Date: 2025-03-18T11:03:42-04:00
New Revision: 351bcd9fe229121fac58e051f9a83dce2d3066ae
URL: https://github.com/llvm/llvm-project/commit/351bcd9fe229121fac58e051f9a83dce2d3066ae
DIFF: https://github.com/llvm/llvm-project/commit/351bcd9fe229121fac58e051f9a83dce2d3066ae.diff
LOG: [libc++][NFC] Add a comment that an include is a workaround
Added:
Modified:
libcxx/include/__vector/vector_bool.h
Removed:
################################################################################
diff --git a/libcxx/include/__vector/vector_bool.h b/libcxx/include/__vector/vector_bool.h
index b02b0dc1725f2..569cc5ea898bc 100644
--- a/libcxx/include/__vector/vector_bool.h
+++ b/libcxx/include/__vector/vector_bool.h
@@ -19,7 +19,7 @@
#include <__bit_reference>
#include <__config>
#include <__functional/unary_function.h>
-#include <__fwd/bit_reference.h>
+#include <__fwd/bit_reference.h> // TODO: This is a workaround for https://github.com/llvm/llvm-project/issues/131814
#include <__fwd/functional.h>
#include <__fwd/vector.h>
#include <__iterator/distance.h>
More information about the libcxx-commits
mailing list