[libcxx-commits] [PATCH] D139900: [libc++][ranges] Mark completed Ranges papers and issues as done, bump version macro

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 15 20:36:02 PST 2022


var-const marked an inline comment as done.
var-const 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;
 
----------------
tcanens wrote:
> var-const wrote:
> > This is the only thing I found that was missing.
> https://cplusplus.github.io/LWG/issue3569
Thanks a lot! I missed that issue, reverted the constraint now.


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