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
// This test fails because shared_ptr-converter is broken.DOSTRING_EXPECTED(L,
"a = A()\n""no_convert(a)",
("No matching overload found, candidates:\n""void no_convert(custom ["
+ std::string(typeid(std::shared_ptr<A>).name()) + "])").c_str());
Any suggestion to fix this (aka, complete this unfinished unit test)? Or just skip this step until shared_ptr converter will be fixed
The text was updated successfully, but these errors were encountered:
This unit test fails on:
But:
Any suggestion to fix this (aka, complete this unfinished unit test)? Or just skip this step until shared_ptr converter will be fixed
The text was updated successfully, but these errors were encountered: