Skip to content

Commit 351bcd9

Browse files
committed
[libc++][NFC] Add a comment that an include is a workaround
1 parent e0bcf3a commit 351bcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__vector/vector_bool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <__bit_reference>
2020
#include <__config>
2121
#include <__functional/unary_function.h>
22-
#include <__fwd/bit_reference.h>
22+
#include <__fwd/bit_reference.h> // TODO: This is a workaround for https://github.com/llvm/llvm-project/issues/131814
2323
#include <__fwd/functional.h>
2424
#include <__fwd/vector.h>
2525
#include <__iterator/distance.h>

0 commit comments

Comments
 (0)