[libcxx-commits] [PATCH] D122806: [libc++] add zip_view and views::zip for C++23
Hui via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 1 03:42:35 PDT 2022
huixie90 added a comment.
@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?
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