Skip to content

Releases: Dobiasd/FunctionalPlus

v0.2.26

05 Oct 16:40
0584adb

Choose a tag to compare

  • Fixed std::array support
  • Removed use of deprecated _Is_checked_helper for new MSVC++ versions

v0.2.25

08 Aug 14:01

Choose a tag to compare

v0.2.24

15 Apr 16:26

Choose a tag to compare

  • Improved support for noexcept functions
  • Added fplus::div_pos_int_ceil
  • Added fplus::split_evenly

v0.2.23

21 Feb 10:17

Choose a tag to compare

  • Fixed some doc comments
  • Auto-formatted all code

v0.2.22

26 Dec 16:20

Choose a tag to compare

  • Removed the -p0 suffix from our version numbers

v0.2.21-p0

26 Dec 15:28

Choose a tag to compare

  • Added monadic (fluent) interface for maybe
  • Added get and non-returning effect/effect_one for variant
  • Some minor fixes

v0.2.20-p0

15 Sep 04:16

Choose a tag to compare

  • Fixed missing include (surfaces when using libstdc++ 13.2)
  • Worked around false-positive compiler warning (GCC 13)

v0.2.19-p0

13 Sep 08:53

Choose a tag to compare

  • Added different for_each implementations (standard, parallel, and parallel_for_n_threads)
  • Dropped the usage of (deprecated) std::result_of
  • Added a way to serialize a tuple as a list of strings

v0.2.18-p0

28 Nov 18:06

Choose a tag to compare

  • Added support for automatic derivation of target containers with custom allocators (see: #160)

v0.2.17-p0

25 Nov 07:07

Choose a tag to compare