Releases: Dobiasd/FunctionalPlus
Releases · Dobiasd/FunctionalPlus
v0.2.25
v0.2.24
v0.2.23
v0.2.22
v0.2.21-p0
v0.2.20-p0
- Fixed missing include (surfaces when using libstdc++ 13.2)
- Worked around false-positive compiler warning (GCC 13)
v0.2.19-p0
- 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
- Added support for automatic derivation of target containers with custom allocators (see: #160)
v0.2.17-p0
- Added support for g++ 11.2 in C++20 mode.
v0.2.16-p0
- Fix
is_odd