You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
The text was updated successfully, but these errors were encountered:
Mark-Lowell
pushed a commit
to TheoremEngine/torchcast
that referenced
this issue
Sep 18, 2024
When compiling bindings output with
g++ --std=c++17 -Wall -Werror -pedantic-errors
, generated header is not conformant:The text was updated successfully, but these errors were encountered: