Releases: Dobiasd/FunctionalPlus
Releases · Dobiasd/FunctionalPlus
v0.2.28
Compare
Sorry, something went wrong.
No results found
Added compose_first_error_and_result
Added Clang 22 CI build
Documented include-path collision workaround in INSTALL.md
Hardened scripts to fail on error
v0.2.27
Compare
Sorry, something went wrong.
No results found
Added transform_convert_parallelly
Moved fplus-api-search from editgym.com to daiw.de
v0.2.26
Compare
Sorry, something went wrong.
No results found
Fixed std::array support
Removed use of deprecated _Is_checked_helper for new MSVC++ versions
v0.2.25
Compare
Sorry, something went wrong.
No results found
v0.2.24
Compare
Sorry, something went wrong.
No results found
Improved support for noexcept functions
Added fplus::div_pos_int_ceil
Added fplus::split_evenly
v0.2.23
Compare
Sorry, something went wrong.
No results found
Fixed some doc comments
Auto-formatted all code
v0.2.22
Compare
Sorry, something went wrong.
No results found
Removed the -p0 suffix from our version numbers
v0.2.21-p0
Compare
Sorry, something went wrong.
No results found
Added monadic (fluent) interface for maybe
Added get and non-returning effect/effect_one for variant
Some minor fixes
v0.2.20-p0
Compare
Sorry, something went wrong.
No results found
Fixed missing include (surfaces when using libstdc++ 13.2)
Worked around false-positive compiler warning (GCC 13)
v0.2.19-p0
Compare
Sorry, something went wrong.
No results found
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