Skip to content

error: ISO C++11 requires at least one argument for the "..." in a variadic macro #34

@nmoreaud

Description

@nmoreaud

When compiling bindings output with g++ --std=c++17 -Wall -Werror -pedantic-errors, generated header is not conformant:

project/bindings.cpp:168:55: error: ISO C++11 requires at least one argument for the "..." in a variadic macro
  168 |     py::enum_<PreStatus>(m, "PreStatus", DOC(PreStatus))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions