DescriptionUse non C++11 version of SafeSNPrintf() when building with gcc
Use non C++11 version of SafeSNPrintf() when building with gcc. Even though
gcc >= 4.3 support variadic templates when C++11 support is enabled, the C++11
version of SafeSNPrintf() still does not build with gcc (tested with gcc 4.7).
R=Nico
BUG=233330
Patch Set 1 #
Total comments: 3
Messages
Total messages: 6 (0 generated)
|