[libcxx-commits] [PATCH] D141699: [libc++][ranges] Implement P2474R2(`views::repeat`).

Yurong via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 12 02:44:58 PST 2023


yronglin added a comment.

In D141699#4120468 <https://reviews.llvm.org/D141699#4120468>, @yronglin wrote:

> Can someone please tell me why the transitive_includes case failed? I am very confused.
>
>   ***************
>   *** 169,174 ****
>   --- 169,180 ----
>     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

I have tried to run test localy, the main branch also has this issue.


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