Don't explicitly alias dynamic after using the entire folly namespace
authorChristopher Dykes <cdykes@fb.com>
Sat, 19 Nov 2016 04:56:29 +0000 (20:56 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Sat, 19 Nov 2016 05:08:48 +0000 (21:08 -0800)
commitda873b7bd9cc2b01861e8e2b3f35b1da30be6945
tree6f367b8d9f6b2db95f48a2eacb0d9c9b15e1207b
parent9bd1bfa7a189daeb82f24d55f2fc2454ac509c7b
Don't explicitly alias dynamic after using the entire folly namespace

Summary: Because, to the best of my knowledge, MSVC is quite right to claim it doesn't know which `dynamic` everyone keeps referring to. Is it `folly::dynamic` or `::dynamic`?

Reviewed By: yfeldblum

Differential Revision: D4209535

fbshipit-source-id: 63322a8f960954e1a63fe5c9a4a5d9395c7827d9
folly/experimental/test/DynamicParserTest.cpp