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
The throw std::bad_function_call(); in the default constructor of vtable causes compilation failures when building with -fno-exceptions.
What to do instead, I don't really know, but one of the use-cases I have for this is in an embedded setting and this is throwing a wrench in that unfortunately.
The text was updated successfully, but these errors were encountered:
The
throw std::bad_function_call();
in the default constructor ofvtable
causes compilation failures when building with-fno-exceptions
.What to do instead, I don't really know, but one of the use-cases I have for this is in an embedded setting and this is throwing a wrench in that unfortunately.
The text was updated successfully, but these errors were encountered: