Skip to content

ArrayPortalFromIterators now can be explicitly instantiated.

Template instantiation is useful because when you are creating object files, as uninstantiated template definitions are not are not added. Fully supporting explicit instantiation like ITK does will require more code changes, but this is a very minor step towards that goal.

Merge request reports