0.25.0
This release of gsl lite contains the following changes.
Additions
Several deleted operators (issue #82) and comparison operators (issue #83) were added for not_null<>.
Changes
If possible, owner<T> is restricted to pointers (issue #80).
As in not_null<>'s constructor, the parameter in the assignment is taken by value. If available, = default is used for not_null<> copy construction and copy assignment.
New macros gsl_is_delete and gsl_is_delete_access were added to only write such function prototypes once (issue #81).
Fixes
none.