Comment 6 for bug 1202101

Revision history for this message
SirVer (sirver) wrote :

Visual Studio is correct here by the way. According to the standard, array sizes must be constexpr in c++11 (and before const). Only c++14 will relax this a bit. That clang and gcc compiled this without any problems is actually just an extension of the standard.