folly/dynamic: fix explicit specializations after instantiation
authorAndrew Gallagher <agallagher@fb.com>
Tue, 29 Jan 2013 06:54:19 +0000 (22:54 -0800)
committerJordan DeLong <jdelong@fb.com>
Mon, 4 Feb 2013 17:26:06 +0000 (09:26 -0800)
commita0d036e4cd5a52b4039ca3379cd105bfe848d010
treea7d2c526a8db46f68f6a518091df3baae3644b90
parente1df34709ea1c5e0684d0be3e1828d02e11e4707
folly/dynamic: fix explicit specializations after instantiation

Summary:
clang complains that the explicit specializations in dynamic.cpp
come after references in dynamic-inl.h.

Test Plan:
- built dyamic.o with clang
- built folly normally and ran unittests

Reviewed By: delong.j@fb.com

FB internal diff: D691081
folly/dynamic-inl.h