Ryan Greenblatt
Ryan Greenblatt
Defaulting operator== can make constexpr functions much faster. For example, consider the following compile time benchmark program: ```cpp #include #include #include #include #include #include namespace hana = boost::hana; static constexpr...
gcc bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98712
> Is everything working with your changes? Do all of the tests pass? (ie `make check`) Nope. It can't build on clang because clang doesn't have [P2002R1](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2002r1.html) fully implemented which...