bcc
bcc copied to clipboard
[Suggestion] Adding version conditionals ?bcc_gt_130
Some functions are only working in newer compiler versions (eg operator overloading for index based access is not working in 0.129). So maybe this could be an option to make your code compatible with "stable releases" while coding them on "newer ones".
Each new bcc-release could add a new conditional which you can use to determine if bcc is newer than a given version.
Am sure you guys could come up with a more smart approach.