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
Showing
Please register or sign in to comment