Virtual function calls panic with not implemented
if they are conditionally excluded from compilation
#399
Labels
not implemented
if they are conditionally excluded from compilation
#399
E.g. this will panic with
'not implemented'
if the "client" feature is not included.This is not a huge deal if there isn't any overhead from including the attribute inside the function body - but I'm not familiar with this, e.g.
The text was updated successfully, but these errors were encountered: