Skip to content

Wrapper using declarations

David Gobbi requested to merge dgobbi/vtk:wrapper-using-declarations into master

This causes the wrappers to behave properly when statements like "using Superclass::FindCell;" appear in a class definition.

Merge request reports