Releases: ozars/specialized-dispatch
Releases · ozars/specialized-dispatch
v0.2.1
v0.2.0
Full Changelog: v0.1.2...v0.2.0
- Macro call convention has changed. This is a breaking change.
- Default specialization now needs to be marked
default
explicitly. - As such use of generic args doesn't imply default specialization any
more. However, generic args support is very rudimentary for now. - Arguments need to be stated after specializations.
- Default specialization now needs to be marked
- Arguments... arguments?! Passing multiple arguments from callsite to
the specialization is supported now. Note that the specialization
still happens based on the first argument only. - Documentation and general code health improvements.