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
Due to CastXML/pygccxml#180
we cannot generate the python wrappings on windows using MSVC and C++17.
In the meantime we apply the compose the castxml command ourselves and run it
as part of the script. At this point pygccxml is used only to parse the generated xml
file.
It looks like the c++ standard is ignored if provided via the
cflags
when using MSVCThe example below fails in MSVC but success with gcc (
10.5
):Error:
Using
and MSVC
19.39.33522
The text was updated successfully, but these errors were encountered: