[libcxx-commits] [PATCH] D99306: [libcxx] updates regular_invocable test to actually test regular_invocable
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 24 16:55:18 PDT 2021
Quuxplusone accepted this revision as: Quuxplusone.
Quuxplusone added a comment.
Yipes. LGTM.
================
Comment at: libcxx/test/std/concepts/callable/regularinvocable.compile.pass.cpp:30
+constexpr void NotRegularInvocable(F, Args&&...) noexcept {}
+// clang-format on
----------------
These formatting changes are intended to improve consistency with `invocable.compile.pass.cpp`, I hope — not decrease consistency?
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