Support trailing decimals for floats
authorTom Jackson <tjackson@fb.com>
Thu, 24 Jul 2014 00:19:47 +0000 (17:19 -0700)
committerChip Turner <chip@fb.com>
Fri, 25 Jul 2014 16:07:09 +0000 (09:07 -0700)
commit33d3277c2e936568c1d271eeaddd44ce461e6858
treef1f45229e3a373ec839319c26edeef9306d416cd
parentba00a0d45569463799f67ed37e66c77f0cd6f015
Support trailing decimals for floats

Summary: So integer-like numbers can be formatted in a manner which disambiguates them from integers.

Test Plan: Unit tests

Reviewed By: tudorb@fb.com

Subscribers: jfh, cscheau

FB internal diff: D1454446
folly/Format-inl.h
folly/Format.cpp
folly/FormatArg.h
folly/docs/Format.md
folly/test/FormatTest.cpp