Add Formatter::writeTo(FILE*)
authorTudor Bosman <tudorb@fb.com>
Tue, 29 Oct 2013 19:00:50 +0000 (12:00 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 6 Nov 2013 01:35:18 +0000 (17:35 -0800)
commit8e8b5e75d573305b7a9c34f4a405be5df0f17738
tree4acfd9fcb93bf4d3b22e7c30ffbbd39b93766f06
parent46600f3e6df2a1dba2a5a2fe748b6af74b434531
Add Formatter::writeTo(FILE*)

Summary: Because I needed it.

Test Plan: test added

Reviewed By: delong.j@fb.com

FB internal diff: D1032179
folly/Format-inl.h
folly/Format.h
folly/test/FormatTest.cpp