Dav1dde / gl3n

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

test latest beta #70

Closed MartinNowak closed 8 years ago

MartinNowak commented 8 years ago

Updated to avoid using a non-working default constructor.

MartinNowak commented 8 years ago

Thanks for the fix, I didnt notice this in the last PR, but shouldn't this be std.compiler.version_major >= 2?

Oh, my mistake, now I understand the ||.

MartinNowak commented 8 years ago

Dropped the commit

MartinNowak commented 8 years ago

See https://travis-ci.org/Dav1dde/gl3n/jobs/100831639#L119 for the warning that necessitated the second commit. This was introduced by https://github.com/D-Programming-Language/dmd/pull/5185.

Dav1dde commented 8 years ago

Thanks! I will push this to dub the next days when I am back on my PC.