FunctionalPlus Versions Save

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

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

v0.2.13-p0

3 years ago

Fixed version number for Conan

v0.2.12-p0

3 years ago
  • Fixed version number for Conan

v0.2.11-p0

3 years ago
  • Fixed some edge case when using GCC 10
  • Added include-all-in-one header.
  • Fixed some clang-OSX issue with vector<bool>.
  • Add _n_threads version of parallelly executing functions.
  • Update Elm for API search to version 0.19.1

v0.2.10-p0

3 years ago
  • Allow including single headers to optimize compile times
  • Improved Conan support

v0.2.9-p0

3 years ago
  • Fixes issues with MSVC 2019 and /permissive-.

v0.2.8-p0

3 years ago
  • Added alias for CMake
  • Improved some docs

v0.2.7-p0

4 years ago
  • Fix compatibility issue with GCC 10
  • Update doctest
  • Minor corrections

v0.2.6-p0

4 years ago
  • Improved documentation
  • fdeep::subtract

v0.2.5-p0

4 years ago
  • Maybe respects memory-alignment of inner types
  • Move semantics for Maybe
  • Support for conda-forge