summaryrefslogtreecommitdiff
path: root/Examples/test-suite/template_default_arg_overloaded.i
Commit message (Collapse)AuthorAgeFilesLines
* Fix overloaded templates and default argumentsWilliam S Fulton2015-10-111-0/+67
The defaultargs attribute was not being correctly set for functions with default arguments when instantiated with %template. Closes #529