[libcxx-commits] [PATCH] D141699: [libc++][ranges] Implement P2474R2(`views::repeat`).
Yurong via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Mar 5 07:49:55 PST 2023
yronglin added a comment.
The `transitive_includes` test case always fails locally on my laptop (ninja check-cxx)
***************
*** 162,171 ****
--- 162,186 ----
expectedinitializer_list
expectednew
expectedversion
+ experimental/algorithmalgorithm
+ experimental/algorithmcstddef
+ experimental/algorithmtype_traits
+ experimental/coroutinecstddef
+ experimental/coroutinecstdint
+ experimental/coroutinecstring
+ experimental/coroutinelimits
+ experimental/coroutinenew
+ experimental/coroutinetype_traits
experimental/dequedeque
experimental/dequeexperimental/memory_resource
experimental/forward_listexperimental/memory_resource
experimental/forward_listforward_list
+ experimental/functionalarray
+ experimental/functionalcstddef
+ experimental/functionalfunctional
+ experimental/functionaltype_traits
+ experimental/functionalunordered_map
+ experimental/functionalvector
experimental/iteratorcstddef
experimental/iteratoriosfwd
experimental/iteratoriterator
error: command failed with exit status: 1
my host compiler is
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: arm64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141699/new/
https://reviews.llvm.org/D141699
More information about the libcxx-commits
mailing list