Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nmoreaud opened this issue Sep 14, 2023 · 0 comments

Comments

@nmoreaud
Copy link

nmoreaud commented Sep 14, 2023

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))
Mark-Lowell pushed a commit to TheoremEngine/torchcast that referenced this issue Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant