Remove constraint on T for ParseArguments with factory by pergardebrink · Pull Request #590 · commandlineparser/commandline

@pergardebrink marked this pull request as ready for review

March 7, 2020 23:32

Per Gårdebrink added 6 commits

March 9, 2020 11:31

moh-hassan

moh-hassan pushed a commit that referenced this pull request

Mar 11, 2020
* Remove constraint on T for ParseArguments with factory

* Make it possible to use factory for classes without public empty constructor

* Allow types with explicitly defined interface implementations

* Add test for #70

* Make sure explicit interface implementations can be parsed

* Add test to make sure parser can detect explicit interface implementations