[libcxx-commits] [PATCH] D139900: [libc++][ranges] Mark completed Ranges papers and issues as done, finish implementing P2325.
Tim Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 12 21:13:20 PST 2022
tcanens added inline comments.
================
Comment at: libcxx/include/__ranges/join_view.h:231
_LIBCPP_HIDE_FROM_ABI
- __iterator() requires default_initializable<_Outer> = default;
+ __iterator() requires default_initializable<_Outer> && default_initializable<_Inner> = default;
----------------
var-const wrote:
> This is the only thing I found that was missing.
https://cplusplus.github.io/LWG/issue3569
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139900/new/
https://reviews.llvm.org/D139900
More information about the libcxx-commits
mailing list