Fixed|MSVC|libgui: Working around MSVC 2013 incompatibility with C++11
Apparently MSVC 2013 has a problem with array initializers (that are validC++11). Working around the issue by using std::array.
View differences
Fixed|MSVC|libgui: Working around MSVC 2013 incompatibility with C++11
Apparently MSVC 2013 has a problem with array initializers (that are valid
C++11). Working around the issue by using std::array.