Commit Graph

1 Commits

Author SHA1 Message Date
Olly Betts 13eca97013 Support -std= command line option
SWIG now supports command line options -std=cXX and -std=c++XX to
specify the C/C++ standards version.  The only effect of these options
is to set appropriate values for __STDC_VERSION__ and __cplusplus
respectively, which is useful if you're wrapping headers which have
preprocessor checks based on their values.

Closes #2591
2023-11-09 12:27:44 +13:00