[libcxx-commits] [PATCH] D111231: [libc++] [test] Change a lot of free begin/end pairs to members. NFCI.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 6 10:52:45 PDT 2021


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

LGTM with @Mordante 's suggestion.



================
Comment at: libcxx/test/std/ranges/range.adaptors/range.common.view/types.h:130
 };
-static_assert( std::ranges::range<NonCommonView>);
 static_assert(!std::ranges::common_range<NonCommonView>);
----------------
Ehm good catch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111231



More information about the libcxx-commits mailing list