Don't pass the single quote format parameter when formatting things
authorChristopher Dykes <cdykes@fb.com>
Thu, 25 Aug 2016 17:18:25 +0000 (10:18 -0700)
committerFacebook Github Bot 5 <facebook-github-bot-5-bot@fb.com>
Thu, 25 Aug 2016 17:23:42 +0000 (10:23 -0700)
commite4e0bbe1072ab82e52a9dde6619c8eb2f0e19376
tree4e85b7697e7e994fdf768608cdbf124388251835
parentff92b6ea53d4db75691784b0febfd3070913d2b6
Don't pass the single quote format parameter when formatting things

Summary:
We are formatting an integer value, so it is doing absolutely nothing at all, as confirmed by the version I implemented for MSVC, which does output the value with digit separators, which fails the unit tests because the unit test expects the digit separators to not be present. What's more, whe specifically assert that the user has not requested digit separators in the format string.
This also kills the MSVC special case entirely because it's not needed.

Reviewed By: yfeldblum

Differential Revision: D3768405

fbshipit-source-id: 388cd0ca9699e257c71798b9bf355aa651748e60
folly/Format-inl.h