-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Following the documentation, I try to use %if condition with range versions to apply some code only for specific version of sip.
For instance, this should be parsed only when sip is bellow 5.1.0
%If ( - SIP_5_1_0)
void printTest() /UnknownAnnotation/;
%End
But it is parsed when I generate with sip-build 6.8
$ sip-build --version
6.8.6
sip-build: /home/julien/myconf/sip-examples/deprecated/deprecated.sip:
line 19: column 21: UnknownAnnotation is not a known annotation
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working