Description[libphonenumber] snprintf isn't generally in the std:: namespace
Due to some relatively common gnu-isms, one can often use snprintf by
calling std::snprintf. It's not necessarily proper to do so, though,
and the ARM toolchain used on Chromium OS does not support it.
BUG=None
TEST=unit tests
R=georgey
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91437
Patch Set 1 #
Total comments: 1
Patch Set 2 : Add include #
Messages
Total messages: 5 (0 generated)
|