Skip to content

Check for template before looking for unique_ptr

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

To prevent a non-template class from throwing an error, check that the base_type is a template before trying to split it.

AutoPyBind11 Issue: 178

Merge request reports