FunctionalPlus Versions Save

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

v0.2.23

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

v0.2.22

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

v0.2.21-p0

4 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

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

v0.2.19-p0

7 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

v0.2.14-p0

3 years ago
  • Improvements in the CMake configuration
  • Added take_last_while and drop_Last_while
  • Some minor fixes
  • Compatibility improvements
  • Improved docs