Fix C++ code generation for Float32s with integral defaults.
Appending 'f' to an integer literal doesn't make it a float. We have to add '.0' first. Fixes #119.
Showing
Please
register
or
sign in
to comment
Appending 'f' to an integer literal doesn't make it a float. We have to add '.0' first. Fixes #119.