[libcxx-commits] [PATCH] D122806: [libc++] add zip_view and views::zip for C++23

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 1 03:51:36 PDT 2022


philnik added a comment.

In D122806#3421925 <https://reviews.llvm.org/D122806#3421925>, @huixie90 wrote:

> @philnik Hi, I have this failure on modular build https://reviews.llvm.org/harbormaster/unit/view/2999391/
> It complains that std.tuple cannot be found.  I have tried `#include <tuple>` and `#include <__tuple>`. But it doesn't seem to work. Is there anything I am missing? is there any other place I need to declare the dependency?

I think you have to `#include <tuple>` in `range.zip/sentinel/minus.pass.cpp`. I don't know where you tried to include it. If you have questions you can also ask on discord in the `libcxx` channel. There it's normally faster to find a solution and you don't have to bother as many people.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122806



More information about the libcxx-commits mailing list