Fix output of 128 bit integer to string conversion.
authorDavide Bolcioni <dbolcioni@fb.com>
Wed, 21 Nov 2012 03:27:14 +0000 (19:27 -0800)
committerJordan DeLong <jdelong@fb.com>
Sun, 16 Dec 2012 22:45:56 +0000 (14:45 -0800)
commit785dd995feb46487804ff8ceb67a5f3371ceeb7d
treec5f12bb8a1bbf68784afa929ab60901b2f768e16
parent817e76cb1174acab8ee1b2a30c1b3120fc1447b9
Fix output of 128 bit integer to string conversion.

Summary:
Added specializations of folly::to<String> for __int128_t
and __uint128_t.

Test Plan: Added tests of the above to the integral to string tests.

Reviewed By: andrei.alexandrescu@fb.com

FB internal diff: D636992
folly/Conv.h
folly/configure.ac
folly/test/ConvTest.cpp