DescriptionRemove C++11 specific version of SafeSNPrintf()
Remove C++11 specific version of SafeSNPrintf() as we don't really use C++11 yet
and adding code like this adds a maintenance cost. For example, the code in
question does not build with gcc 4.7 despite C++11 support being enabled.
R=Nico
BUG=233330
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239227
Patch Set 1 #
Total comments: 3
Patch Set 2 : Remove pre-c++11 related comments #Patch Set 3 : Update unit test as well #
Messages
Total messages: 5 (0 generated)
|