Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove using namespace declaration in folly/Conv.h
Summary: Declaring `using namespace double_conversion;` in a header file is causing ambiguous lookups in a downstream library. Sample failure: https://www.internalfb.com/sandcastle/workflow/4125297258676562026 Switch this function to be explicit instead. Reviewed By: yfeldblum, hershi Differential Revision: D66716043 fbshipit-source-id: 3acdfb73c87090cc309d4762dca9dc194261fcff
- Loading branch information