You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.../llvm-9.0.0/bin/../include/c++/v1/type_traits:2843:14: error: base class has incomplete type
...
in instantiation of template class 'testing::internal::MockSpec<std::__1::basic_string<char> (const std::__1::any &)>' requested here
MOCK_METHOD1(doSomething, std::string(const std::any& data));
^
Issue only occurred when I switched from GCC to Clang.