cginternals / libzeug

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

Windows not seems to like initializer lists #66

Closed lordgeorg closed 10 years ago

kateyy commented 10 years ago

If this is still relevant: You have to install the VS 2013 Update 2 to use initializer lists with Qt5.3. They disabled initializer lists in versions before this update, because of a msvc bug.

cgcostume commented 10 years ago

confirmed: works with update 2 for msvc2013 - suggest to close request?