[libcxx-commits] [libcxx] [libc++][ranges] P2387R3: Pipe support for user-defined range adaptors (PR #89148)
Xiaoyang Liu via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 23 10:04:20 PDT 2024
xiaoyang-sde wrote:
> The definition `range_adaptor_closure` have to be exported via [this file](https://github.com/llvm/llvm-project/blob/main/libcxx/modules/std/ranges.inc) (line 142).
Thanks for pointing this out! I fixed it in #89793.
https://github.com/llvm/llvm-project/pull/89148
More information about the libcxx-commits
mailing list