summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglshaderprogram.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-06-14 18:36:15 -0700
committerThiago Macieira <thiago.macieira@intel.com>2014-12-13 05:11:34 +0100
commita670b916b09869867a213f7691a44d5b11d3cd0b (patch)
tree7331ed83e04c494d5af82741e64738693ab88afc /src/gui/opengl/qopenglshaderprogram.cpp
parentce1c53b4130495b17addc45bf3f5b2a2dc052507 (diff)
Add the C++11 features supported by Visual Studio 2015
Tested with the November 2014 Preview. There are three C++11 features that aren't supported as of MSVC2015: - attributes - constexpr - uniform initialization Microsoft recognizes that constexpr support in this compiler is partial, so we don't enable it yet. Attributes are not implemented at all. As for uniform initialization, Microsoft's feature list says initalizer_list is supported, but we still see compile errors trying to initialize arrays in constructor initialization lists. Change-Id: Id686ccb6b4b2ecd63f16d308552174db1f05f2c5 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'src/gui/opengl/qopenglshaderprogram.cpp')
0 files changed, 0 insertions, 0 deletions