[PyQt] SIP does not like "&&foo" rvalue-references.
Shaheed Haque
srhaque at theiet.org
Thu Jun 22 18:03:39 BST 2017
Hi Phil,
SIP 4.19.3.dev1706161918 does not seem to like rvalue-references [1]. Thus:
Command(Akonadi::Protocol::Command &&other);
results in a syntax error due to the "&&".
Thanks, Shaheed
[1] For the ignorant like me, this was a good place to start:
https://stackoverflow.com/questions/5481539/what-does-t-double-ampersand-mean-in-c11.
Though I confess I'm not yet sure I get it...
More information about the PyQt
mailing list