google / mathfu

C++ math library developed primarily for games focused on simplicity and efficiency.
http://google.github.io/mathfu
Apache License 2.0
1.4k stars 188 forks source link

Fix MSVC throwing C4201, this feature is standard >=C++11 #42

Closed joshperry closed 4 years ago

joshperry commented 4 years ago

Even though nameless struct/unions are standardized since C++11, MSVC still complains that this is a non-standard feature.