Add DynamicConverters for const strings.
authorAshoat Tevosyan <ashoat@fb.com>
Mon, 24 Sep 2012 13:07:29 +0000 (06:07 -0700)
committerJordan DeLong <jdelong@fb.com>
Fri, 12 Oct 2012 04:33:48 +0000 (21:33 -0700)
commit981ed98473314f0e3df5e0c4d47c8574d9523289
treec1a6de5579b04410a536c08dfa09c2026ca5331e
parent494172685715cd435b04c75123558433cde10f8b
Add DynamicConverters for const strings.

Summary: These are necessary for string-keyed maps, since maps const their keys.

Test Plan: I wrote a test.

Reviewed By: njormrod@fb.com

FB internal diff: D582283
folly/DynamicConverter.h
folly/test/DynamicConverterTest.cpp