[libcxx-commits] [PATCH] D100271: [libcxx][iterator][ranges] adds `input_iterator` and `input_range`
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Apr 25 10:48:21 PDT 2021
cjdb added inline comments.
================
Comment at: libcxx/test/std/containers/associative/set/range_concept_conformance.compile.pass.cpp:30
static_assert(stdr::common_range<range const>);
+static_assert(stdr::input_range<range>);
----------------
Should be `range const` (note to reviewers: please flag these as you see them so I don't miss any).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100271/new/
https://reviews.llvm.org/D100271
More information about the libcxx-commits
mailing list