[libcxx-commits] [libcxx] [libc++][ranges] `elements_view`: `get()` forward declarations - tests (PR #82323)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 8 22:10:09 PST 2024


================
@@ -16,7 +16,6 @@
 #include <__concepts/derived_from.h>
 #include <__concepts/equality_comparable.h>
 #include <__config>
-#include <__fwd/complex.h>
 #include <__iterator/concepts.h>
----------------
H-G-Hristov wrote:

Currently the test fail to compile because of `__fwd/complex.h` is removed for test purposes: 
https://github.com/llvm/llvm-project/actions/runs/8045524125/job/21980725462?pr=82323
 

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


More information about the libcxx-commits mailing list