Skip to content

Add check for "final" attribute of functions

Joe Snyder requested to merge joe-snyder/autopybind11:add_final_checking into master

Before adding a function to the set to be overrided by the trampoline class, check for the "attribute" of "final". This requires the current master of CastXML:

https://github.com/CastXML/CastXML/commit/8bec09e1cd6407a2d03f48fb1e77e1a4dabcc928

The Python version of CastXML should be updated soon.

Merge request reports