15 Feb
2018
15 Feb
'18
10 p.m.
Zach Laine wrote:
(std::tuple is a *lot* slower to compile than hana::tuple)
Is it? Interesting. Either way, that's up to the user, isn't it? If he wants to use std::tuple and index with `get(expr, mp_int<0>())` or `get_c<0>(expr)` instead of `get(expr, 0_c)`, let him.