[libcxx-commits] [PATCH] D94409: [libc++] [C++2b] [P1048] Add is_scoped_enum and is_scoped_enum_v.
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 11 12:33:41 PST 2021
curdeius marked 2 inline comments as done.
curdeius added inline comments.
================
Comment at: libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_scoped_enum.pass.cpp:67
+
+typedef void (*FunctionPtr)();
+
----------------
ldionne wrote:
> Can you add a test for a function type (not a function pointer)? Also, for pointer to member function, pointer to data members and other fun things like that?
Is that what you meant? Any other ideas?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94409/new/
https://reviews.llvm.org/D94409
More information about the libcxx-commits
mailing list