Just added a compilation flag to completely disable variable implication, this removes the need to ever use the "known" keyword
Simply disabling variable implication actually fixes that and removes the need for the "known" keyword. Doing that would turn CPY into a valid preprocessing step for any existing C++ file. I'm currently working on a way…
That is exactly what it does
Just added a compilation flag to completely disable variable implication, this removes the need to ever use the "known" keyword
Simply disabling variable implication actually fixes that and removes the need for the "known" keyword. Doing that would turn CPY into a valid preprocessing step for any existing C++ file. I'm currently working on a way…
That is exactly what it does