OSVR / OSVR-Core

The core libraries, applications, and plugins of the OSVR software platform.
Apache License 2.0
329 stars 124 forks source link

Error C2678 on VC12? MatrixConventions #573

Closed gigaj0ule closed 7 years ago

gigaj0ule commented 7 years ago

I've hit an odd issue compiling OSVR-Core on VC12, has anyone seen this compiler error before?

https://i.imgur.com/shmE4T5.png

I find it strange to believe that the code itself is broken, may be that I missed some peculiar flag in CMAKE.

gigaj0ule commented 7 years ago

Issue seems to be related to VC12 compiler update < 4 in particular.

VC12 with update 5 doesn't experience this problem.