Skip to content

Add default arguments to constructor

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

Add to the simple test a constructor with a default argument. This will demonstrate that the constructor arguments are passed correctly.

Fixes #145 (closed)

Merge request reports