Skip to content

warnings when using NAMED_TUPLE #1

@rpaaron

Description

@rpaaron

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions