Relative Content

Tag Archive for c++boosttemplate-meta-programmingboost-hana

Using Boost.Hana library with standard C++20 or higher?

wondering if anyone has used Boost.Hana with more recent versions of standard C++? Are there any still-valid use cases to apply Boost.Hana e.g. since C++20 template metaprogramming seem to have some useful constructs like ‘concepts’ which may invalidate the usage of more verbose Hana constructs?