You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Along with #1132 once we are handling cfg everywhere we need to also ensure that our C++ calls the cfg_evaluator from the build system so that it can determine which headers / source need to be generated.
Along with #1132 once we are handling cfg everywhere we need to also ensure that our C++ calls the cfg_evaluator from the build system so that it can determine which headers / source need to be generated.
Otherwise if you have
This fails as on the C++ side it generates two functions of
void method() const noexcept
andvoid method() const
.The text was updated successfully, but these errors were encountered: