[libcxx-commits] [PATCH] D123466: [libcxx][ranges] add views::join adaptor object. added test coverage to join_view

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 11 13:16:06 PDT 2022


huixie90 added a comment.

In D123466#3442596 <https://reviews.llvm.org/D123466#3442596>, @ldionne wrote:

> Could you please update the status document to show which LWG issues you added tests for? And also it would be nice to list them in the commit message!

@ldionne sure. I have updated the review summary, the status doc. Btw, by searching `join_view` in those docs, I actually found another issue (about `iterator_category` and `iterator_concept`) which wasn't fixed previously so I updated the `join_view` to fix that issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123466



More information about the libcxx-commits mailing list