Skip to content

0.25.0

Choose a tag to compare

@martinmoene martinmoene released this 22 Oct 10:18
· 496 commits to master since this release

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.