mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
880e889380
Summary: using namespace in header file is a bad practice due to many reasons as well as discouraged by -Wheader-hygiene compiler flag which is default for many apps https://stackoverflow.com/questions/5849457/using-namespace-in-c-headers https://stackoverflow.com/questions/223021/whats-the-scope-of-the-using-declaration-in-c Changelog: [Internal] Drop `using namespace` in .h files. Reviewed By: christophpurrer Differential Revision: D40628064 fbshipit-source-id: 8a032f3ab0321a531e26bd88656ad9a65b6d5154