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?
It’s a general exploratory question as I’m learning meta programming in modern C++ (C++17 and higher) and trying to create a learning roadmap what else will I need after I cover features provided by standard C++… Boost.Hana appears to be promising but it seems to have been supported until C++14 version only.
N S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.