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
I found myself needing to subclass a C++ class generated by Nunavut, then I discovered that the generated classes are marked final. Would it be frowned upon if I proposed to remove the final specifier or to make it optional? (inb4 fix your codebase rather than breaking nunavut)
I think this could be made optional but it does lower the availability of some optimizations and puts different constraints on the classes (e.g. the need for virtual destructors if non-trival, et-al). Can you open an issue against this so I can evaluate it?
The text was updated successfully, but these errors were encountered:
From Matrix:
The text was updated successfully, but these errors were encountered: