mirror of
https://github.com/boostorg/hana.git
synced 2026-02-19 14:32:11 +00:00
cb06f221cfb123cabbad2391aafe4bb43457e6ce
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%