Skip to content

3.0.4 - Fixed C++20 compatibility

Latest
Compare
Choose a tag to compare
@k06a k06a released this 01 Jan 00:12
· 9 commits to master since this release
0df37ed

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.