Coan does not simplify ?: expressions that are insoluble but can be simplified, e.g. given commandline option -DFOO=1 the directive:
?:
-DFOO=1
#if defined(FOO) ? BAR : FOO
should be simplified to:
#if BAR
but is left unchanged.
Closed in v6.0
Log in to post a comment.
Closed in v6.0