Preprocessor Macros and Compilation Control #24
michaelkamprath
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a major feature upgrade that enables preprocessor macro definitions using the
#define <symbol> <value>
syntax and compilation control using preprocessor#if
/#elif
/#else
/#endif
directives. See documentation for more information.Also added several minor features documented in the CHANGELOG.
This discussion was created from the release Preprocessor Macros and Compilation Control.
Beta Was this translation helpful? Give feedback.
All reactions