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

Yurong via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 11 10:26:47 PST 2023


yronglin added a comment.

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


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