diff options
author | Sven Gothel <[email protected]> | 2022-10-10 06:49:57 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-10-10 06:49:57 +0200 |
commit | d99a44121d58c3aa14a5539d6a7e4af1923b985c (patch) | |
tree | d5c94ec760d2e95212c233dc1030bb7269a415d0 /CHANGES.md | |
parent | 6af4f355682ef65bb6c2dcb3ed911ae943f522af (diff) |
functional: Misc refinements: Data hiding, clear names, ...v0.17.1
- Hide `delegate_t` union details using a non-anonymous type.
- Rename `function<R(A...)>::delegate_t_` to `function<R(A...)>::delegate_type`
- Add ylambda example using `function<R(A...)>::delegate_type` instead of `auto`
- Fix link to example
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,6 +8,13 @@ * First stable release (TODO) +**0.17.1** +* functional: Refinements .. + - Hide `delegate_t` union details using a non-anonymous type. + - Rename `function<R(A...)>::delegate_t_` to `function<R(A...)>::delegate_type` + - Add ylambda example using `function<R(A...)>::delegate_type` instead of `auto` + - Fix link to example + **0.17.0** * functional: Added [ylambda_target_t](https://jausoft.com/projects/jaulib/build/documentation/cpp/html/classjau_1_1func_1_1ylambda__target__t.html#ylambda_target), a [Y combinator](https://en.wikipedia.org/wiki/Fixed-point_combinator#Strict_functional_implementation) |