[libc++][ranges] Add subsumption tests to `[special.mem.concepts]`.
Test that `nothrow-forward-iterator` subsumes `nothrow-input-iterator`, `nothrow-forward-range` subsumes `nothrow-input-range`, and `nothrow-sentinel-for` and `sentinel_for` subsume each other. This is a follow-up to [D114761](https://reviews.llvm.org/D114761). Differential Revision: https://reviews.llvm.org/D115422
Loading
Please sign in to comment