[libcxx-commits] [PATCH] D100073: [libcxx][iterator] adds `std::indirectly_readable` and `std::indirectly_writable`

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 22 01:42:03 PDT 2021


mstorsjo added a comment.

In D100073#2707604 <https://reviews.llvm.org/D100073#2707604>, @uabelho wrote:

> Hi,
>
> With this patch I get errors in all the new testcases. I get
>
>   error: no member named 'indirectly_readable' in namespace 'std'
>
> and
>
>   error: no member named 'indirectly_writable' in namespace 'std'

I'm also seeing this. I also noticed that the last completed pre-merge check build of this failed to even build on Windows: https://buildkite.com/llvm-project/libcxx-ci/builds/2685#3708ce97-e66e-451f-99c0-a5ad71dfcc0e

The pushed version does seem to build, but fails a couple dozen tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100073/new/

https://reviews.llvm.org/D100073



More information about the libcxx-commits mailing list