yomm2
yomm2 copied to clipboard
Fast, orthogonal, open multi-methods. Solve the Expression Problem in C++17.
Another take at this. By the way, Google benchmarks also has a switch that must be explicitly set to ON to make it download the missing deps. Also, I include...
https://github.com/jll63/yomm2/blob/179d1c3ac58d103c3f7defe2081de12aa368057d/cmake/find_or_download_package.cmake#L8-L12 The call to `find_package` in the script forces to the `CONFIG` mode due to `HINTS` manually inserted. It means it skips the [FindBoost module](https://cmake.org/cmake/help/latest/module/FindBoost.html), thus does not find any...
Since I know that you want that yourself, I just put this up as a remainder to track it. Do you have an estimation, how much this could improve performance?...
Two commits in this PR: * Fix potential ODR violations from the same types declared as class or struct. While it's true that the Itanium ABI, does not distinguish between...