FunctionalPlus Versions Save

Functional Programming Library for C++. Write concise and readable C++ code.

v0.2.24

1 month ago
  • Improved support for noexcept functions
  • Added fplus::div_pos_int_ceil
  • Added fplus::split_evenly

v0.2.23

3 months ago
  • Fixed some doc comments
  • Auto-formatted all code

v0.2.22

5 months ago
  • Removed the -p0 suffix from our version numbers

v0.2.21-p0

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

v0.2.20-p0

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

v0.2.19-p0

8 months ago
  • 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

2 years ago

v0.2.17-p0

2 years ago

v0.2.16-p0

2 years ago
  • Fix is_odd

v0.2.15-p0

2 years ago
  • Fixed a bug in keep_by_idx, see issue #243