-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
when using:
NAMED_TUPLE(Triplet, first, second, thrid)
I get the following warnings:
handy/include/handy/Helpers/HasMember.h:125:70: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
EXPAND(HAS_MEMBER(HAS_CONSTRUCTOR_HELPER, , "dummie", HasConstructor))
^
handy/include/handy/Helpers/NamedTuple.h:111:1: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
HAS_EXTERN_FUNC(::std::get<0>, HasGet)
^ ~~~~~~
warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
NAMED_TUPLE(Triplet, first, second, thrid)
^~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels