[libcxx-commits] [PATCH] D109121: [libc++][NFC] Replace uses of stdr:: by just std::ranges::

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 2 06:54:24 PDT 2021


Quuxplusone accepted this revision.
Quuxplusone added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/test/std/containers/associative/multiset/range_concept_conformance.compile.pass.cpp:39
+static_assert(!std::ranges::borrowed_range<range const>);
+static_assert(!std::ranges::viewable_range<range const>);
----------------
Absolutely bizarre that Phabricator fails to align these lines properly for the diff.
Maybe removing the blank line on 22 would help.
But anyway, ship it!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109121



More information about the libcxx-commits mailing list