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
It looks like it's a limitation of MSVC (or C++ itself, I don't know). You can provide an empty definition for the function and it should work I guess.
Error:
error C3640: “CATCH2_INTERNAL_TEST_22::Callbacks::[thunk]: __cdecl
void __cdecl CATCH2_INTERNAL_TEST_22(void)'::
2'::Callbacks::`vcall'{8,{flat}}' }'”: 局部类的引用成员函数或虚拟成员函数必须进行定义Translation of above chinese:
Reference member function or virtual member function of local class must be defined.
The text was updated successfully, but these errors were encountered: