Skip to content

Add "using" directive to shrink wrapped lines.

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

Keep track of names that have been expanded and when writing out the class, replace those long names with "using" directive and the template parameter "T".

Add example to template_members and rework the test to use unittest.

AutoPyBind11 Issue: #175 (closed)

Merge request reports