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
I've just installed LDC
http://wiki.dlang.org/Building_LDC_from_source
and then tried to build my project:
$ ldmd2 -Ilibraries -m64 -O -release main.d libraries/mysql/connection.d(951): Error: invalid cast from 'float' to 'ubyte*'
It compiles fine with the standard rdmd which is weird.
The text was updated successfully, but these errors were encountered:
0d9efdb
No branches or pull requests
I've just installed LDC
http://wiki.dlang.org/Building_LDC_from_source
and then tried to build my project:
$ ldmd2 -Ilibraries -m64 -O -release main.d
libraries/mysql/connection.d(951): Error: invalid cast from 'float' to 'ubyte*'
It compiles fine with the standard rdmd which is weird.
The text was updated successfully, but these errors were encountered: