mirror of
https://github.com/boostorg/hana.git
synced 2026-02-12 12:12:11 +00:00
e9d396f79d7a5dfd655662d6eb15e235f2ba201e
Boost.Hana
An experimental C++1y metaprogramming library
This library is an attempt to merge Boost.Fusion and the Boost.MPL into a single metaprogramming library.
Disclaimers
This is not an official Boost library and there is no guarantee whatsoever that it will be proposed.
The library is unstable at the moment; do not use for production.
Todo
- Do we want
char_<1> + char<2> == char_<3>orchar_<1> + char_<2> == int_<3>? - How to avoid problems with ADL?
type<invalid> == type<invalid>will instantiateinvalidbecause of ADL foroperator==.
Description
Languages
C++
98.7%
CMake
0.8%
HTML
0.4%
Ruby
0.1%