We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toggling the following function should just work:
literPer100km consumption(literGas l, kmDriven km) { return {l.l/(km.km/100.0)}; // needs curlies }
body gets written wrong (curly braces guilty?
#include "consumption.h" literPer100km consumption(literGas l, kmDriven km) { return; // needs curlies }
Version: 1.11.1-201902151304
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Toggling the following function should just work:
Actual Behavior
body gets written wrong (curly braces guilty?
Cevelop Version, Operating System and Compiler
Version: 1.11.1-201902151304
The text was updated successfully, but these errors were encountered: