pybind11_mkdoc icon indicating copy to clipboard operation
pybind11_mkdoc copied to clipboard

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

Open nmoreaud opened this issue 1 year ago • 0 comments

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))

nmoreaud avatar Sep 14 '23 07:09 nmoreaud