Skip to content
Snippets Groups Projects
Unverified Commit b24245a0 authored by Thorsten Hater's avatar Thorsten Hater Committed by GitHub
Browse files

Remove abuse of arg_v. (#1954)

Do not abuse `pybind::arg_v("name", T default, "description")` as `pybind::arg_v("name", "description")`.
Use descriptive names and `pybind::arg` instead.

Closes #1754 
parent 4505986d
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment