cginternals / libzeug

deprecated: C++ sanctuary for small but powerful and frequently required, stand alone features.
MIT License
16 stars 13 forks source link

Fix compilation on gcc 4.8 #130

Closed sbusch42 closed 9 years ago

sbusch42 commented 9 years ago

Fix compilation on gcc 4.8 with glm 0.9.6.3 after changes in PR https://github.com/cginternals/libzeug/pull/128

Please test with your compilers :)

sbusch42 commented 9 years ago

What about this? Does it compile with

Please test and comment.

scheibel commented 9 years ago

Compiles just fine on Ubuntu x64 using gcc 4.9 and clang 3.5. :ship: