Skip to content

Releases: k06a/boolinq

3.0.4 - Fixed C++20 compatibility

01 Jan 00:12
0df37ed
Compare
Choose a tag to compare

Changes:

Description:

C++20 deprecated std::result_of, but some couplers like GCC kept it for some reason. We started to use our own implementation or result_of variadic template and declared it in our own sub-namespace to avoid collisions in case of using both std and boolinq.

3.0.3

23 Dec 11:16
Compare
Choose a tag to compare
  • Improved compatibility with C++20 (introduced result_of)