- Joined
- 11/5/14
- Messages
- 302
- Points
- 53
I am a noob when it comes to type_traits and concepts in C++; I watched the CppCon talk by Jody Hagins and I find type metafunctions really cool. I can write simple stuff e.g. implement std::decay<T> on my own.
Is Boost.mpl/Boost.hana a superset of the features that the current C++ standard has to offer? I want to play around a bit; and was thinking of exploring it.
Is Boost.mpl/Boost.hana a superset of the features that the current C++ standard has to offer? I want to play around a bit; and was thinking of exploring it.
Last edited: