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)
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

index 3c18f47ba40906646227b348f30f37fd80f4657d..72dbd5a7f6c0a20d85550d71806b9c89f591cdf6 100644 (file)
@@ -28,7 +28,6 @@
 #include <folly/portability/GTest.h>
 
 using namespace folly;
-using dynamic = folly::dynamic;
 
 // NB Auto-conversions are exercised by all the tests, there's not a great
 // reason to test all of them explicitly, since any uncaught bugs will fail