Remove MSVC workaround in ApplyTupleTest (#898)
Summary: Problem: - There was a bug in a much older version of MSVC relating to accessing functions in an anonymous namespace with the workaround being to have an extra anonymous namespace. Solution: - Remove the workaround as the MSVC versions that Folly now targets (MSVC 2015 and MSVC 2017) should not have this bug. Pull Request resolved: https://github.com/facebook/folly/pull/898 Reviewed By: aary Differential Revision: D9176601 Pulled By: yfeldblum fbshipit-source-id: 7db87d28f8968eb5b3ff9d9375777f997b060a59
Showing
Please register or sign in to comment