Add defaulted() in Format.h to avoid throwing on missing keys; add string-y dynamic...
authorTudor Bosman <tudorb@fb.com>
Wed, 30 Apr 2014 15:41:45 +0000 (08:41 -0700)
committerDave Watson <davejwatson@fb.com>
Tue, 20 May 2014 19:53:57 +0000 (12:53 -0700)
commitc2c66129648524ddb456fa44b35c1531dd103004
tree5fe2d911ef49e99df853749b8610a646656b3c61
parentdb0922d9d8979570ce47b68d834b5d945ae3f845
Add defaulted() in Format.h to avoid throwing on missing keys; add string-y dynamic constructors

Test Plan: folly/test

Reviewed By: simpkins@fb.com

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