Skip to content

Releases: zhihaoy/nontype_functional

Bug fixes & R12 changes

07 Dec 01:00
v1.0.1
37660ad
Compare
Choose a tag to compare

What's Changed

  • Correct the reference return type support in function_ref and move_only_function
  • Incorporate all changes in https://wg21.link/p0792r12

Full Changelog: v1.0.0...v1.0.1

Nontype enhanced move_only_function

13 Aug 09:49
v1.0.0
8940c83
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v1.0.0

Now comes move_only_function

08 Aug 19:51
v0.9.0
5ab6fb5
Compare
Choose a tag to compare

What's Changed

  • Add a compliant move_only_function implementation
  • Provide nullptr_t, initializer_list, in_place_type, in_place_type_t under the std23 namespace
  • Improve parameter passing between internal layers

Full Changelog: v0.8.1...v0.9.0

Some implementation improvements & R9 features

30 May 22:25
v0.8.1
9f0a609
Compare
Choose a tag to compare

What's Changed

  • Allow declaring function_ref variables using constinit

Full Changelog: v0.8.0...v0.8.1

The first release with function_ref & function

04 Mar 23:53
v0.8.0
Compare
Choose a tag to compare

What's Changed

  • function no longer depends on RTTI
  • Optimal codegen for noexcept-qualified function_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