Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add input types to chrono type casters (#931)
The type casters in `stl/chrono.h` accept various types in their `from_python` calls, but they currently just use a name for their output type. This uses `io_name` to differentiate, adding the various acceptable types that the casters permit at runtime
- Loading branch information