[libcxx-commits] [PATCH] D99306: [libcxx] updates regular_invocable test to actually test regular_invocable

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 24 20:47:27 PDT 2021


cjdb added inline comments.


================
Comment at: libcxx/test/std/concepts/callable/regularinvocable.compile.pass.cpp:30
+constexpr void NotRegularInvocable(F, Args&&...) noexcept {}
+// clang-format on
 
----------------
Quuxplusone wrote:
> These formatting changes are intended to improve consistency with `invocable.compile.pass.cpp`, I hope — not decrease consistency?
Good idea, I'll fix em up in the other one too, though it's moot due to some of your points in D96477.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99306



More information about the libcxx-commits mailing list