View previous topic :: View next topic |
Author |
Message |
quartz
Joined: 02 Jul 2006 Posts: 35 Location: Florida, US
|
Posted: Wed Jan 24, 2007 5:49 pm Post subject: Compiling under dmd 1.001 |
|
|
Hi nail,
I have recently begun using you math library. I found a couple of things while compiling it with the latest dmd:
1) linalgebra.d is missing an import for std.math
2) There is one line that is using a deprecated feature, I change 0.l to 0.L
3) There is an extra ";" at the end of line 1765. It causes the compiler to complain about an unreachable statement. It took a little bit to find the cause.
Should I merge these changes?
P.S. Great library. _________________ -Will (Quartz) |
|
Back to top |
|
|
quartz
Joined: 02 Jul 2006 Posts: 35 Location: Florida, US
|
Posted: Sat Jan 27, 2007 12:17 pm Post subject: |
|
|
Just found something else:
Code: |
alias LinearAlgebra!(float).Quaternion Quaternionf;
|
alias is missing in helix.linalgebra.d _________________ -Will (Quartz) |
|
Back to top |
|
|
|