[libcxx-commits] [PATCH] D104262: [libcxx][ranges] Add contiguous_range.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 21 09:03:03 PDT 2021
ldionne requested changes to this revision.
ldionne added a comment.
Can we also remove the `TODO` in `ref_view::data()` in this patch?
================
Comment at: libcxx/include/__ranges/concepts.h:1
// -*- C++ -*-
//===--------------------- __ranges/concepts.h ----------------------------===//
----------------
We're missing a few concepts in the synopsis in `<ranges>`. I think we're only missing `random_access_range` and `contiguous_range` -- can you update that part of the synopsis in this patch?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104262/new/
https://reviews.llvm.org/D104262
More information about the libcxx-commits
mailing list