[libcxx-commits] [PATCH] D91004: [libc++] Implements concept destructible

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Nov 8 08:48:12 PST 2020


cjdb added a comment.

> @cjdb, @ldionne are you currently working on concepts/ranges or willing to join the effort?

Yeah, I've got a few open patches:

- D74292 <https://reviews.llvm.org/D74292>
- D77961 <https://reviews.llvm.org/D77961>
- D88131 <https://reviews.llvm.org/D88131>

I'd actually been hoping to merge my ranges library <https://github.com/cjdb/cjdb-ranges> since ~March, but reviews are a major blocker and so I've put it on hold for now. Once @ldionne has the time to review, I'll resume contributing.


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

https://reviews.llvm.org/D91004



More information about the libcxx-commits mailing list