Dav1dde / gl3n

OpenGL Maths for D (not glm for D).
http://dav1dde.github.com/gl3n/
Other
103 stars 49 forks source link

dmd 2.065 compilation issue #28

Closed olehlong closed 10 years ago

olehlong commented 10 years ago

After compilation math.di interface is generated with errors. Return type for "clamp" and "smoothstep" functions is missing (must be "auto"). It can be not related to specific compiler version, but it used to work properly with previous compiler version.

Dav1dde commented 10 years ago

This looks like a dmd bug to me, related to the .di generation.

Dav1dde commented 10 years ago

This should be fixed now, please reopen if it sill occurs.