folly
folly copied to clipboard
workaround for gtest-v1.12
Summary: In gtest-v1.12 there is a new overload of PrintTo taking std::type_info const&. Our code had such an overload but the two overloads are now ambiguous. Work around this via wrapper types until we no longer support previous versions of gtest.
Differential Revision: D38286800
This pull request was exported from Phabricator. Differential Revision: D38286800