-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
Description
Hi,
I am using JCP for a product line. If a feature is included (e.g. for the feature belt) //#define belt
is added.
Currently //#if belt && dev
fails, if belt or dev is unknown. Note that this is possible to rewrite as 2 //#ifdef
after each other, which is not possible with //#if belt || dev
. It would be great to have a way to treat all undefined variables as false
in the #if
...
Thanks!