folly icon indicating copy to clipboard operation
folly copied to clipboard

workaround for gtest-v1.12

Open yfeldblum opened this issue 3 years ago • 1 comments

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

yfeldblum avatar Jul 29 '22 20:07 yfeldblum

This pull request was exported from Phabricator. Differential Revision: D38286800

facebook-github-bot avatar Jul 29 '22 20:07 facebook-github-bot