[libcxx-commits] [PATCH] D115422: [libc++][ranges] Add subsumption tests to `[special.mem.concepts]`.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 8 20:28:01 PST 2021


var-const added a comment.

Please let me know if you'd like to add any more subsumption tests, e.g.:

- test that `nothrow-input-iterator` subsumes `input_iterator` (and likewise for the range);
- test that `nothrow-sentinel-for` and `sentinel_for` subsume each other (as suggested by @Quuxplusone in the original patch).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115422



More information about the libcxx-commits mailing list