[libcxx-commits] [PATCH] D101547: [libc++] Implement ranges::view
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 30 12:05:32 PDT 2021
ldionne added inline comments.
================
Comment at: libcxx/test/std/ranges/range.view/view.compile.pass.cpp:36
+static_assert(std::ranges::enable_view<NotMoveable>);
+ static_assert(!std::ranges::view<NotMoveable>);
+
----------------
zoecarver wrote:
> Nit: spacing (and elsewhere).
So the original reason to indent it that way was to make the thing we're actually trying to test stand out. But I guess I'll remove it :-).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101547/new/
https://reviews.llvm.org/D101547
More information about the libcxx-commits
mailing list