Skip to content

Make wrapping ignore inline namespace declarations

David Gobbi requested to merge dgobbi/vtk:wrap-ignore-inline-namespace into master

With this change, inline namespaces do not appear within the wrapper-generated code.

The assumption is that inline namespaces will be used for VTK ABI versioning, and each copy of the wrappers will be locked to a specific version of VTK.

(Also note that, currently, each instance of the Python interpreter can only import one copy of the wrappers).

Edited by David Gobbi

Merge request reports