Releases: zhihaoy/nontype_functional
Releases · zhihaoy/nontype_functional
Bug fixes & R12 changes
What's Changed
- Correct the reference return type support in
function_ref
andmove_only_function
- Incorporate all changes in https://wg21.link/p0792r12
Full Changelog: v1.0.0...v1.0.1
Nontype enhanced move_only_function
Now comes move_only_function
What's Changed
- Add a compliant
move_only_function
implementation - Provide
nullptr_t
,initializer_list
,in_place_type
,in_place_type_t
under thestd23
namespace - Improve parameter passing between internal layers
Full Changelog: v0.8.1...v0.9.0
Some implementation improvements & R9 features
What's Changed
- Allow declaring
function_ref
variables usingconstinit
Full Changelog: v0.8.0...v0.8.1
The first release with function_ref & function
What's Changed
function
no longer depends on RTTI- Optimal codegen for
noexcept
-qualifiedfunction_ref
- Support C-style vararg signatures in
function
- Incorporate all changes in https://wg21.link/p0792r8
- Incorporate all changes in https://wg21.link/p2472r1
- CMake targets
- Unit tests with ut
Full Changelog: https://github.com/zhihaoy/nontype_functional/commits/v0.8.0