22 Mar
2016
22 Mar
'16
8:04 p.m.
That looks pretty cool. This could be useful in Fit as well for fit::unpack. * there's no known to me way to make get<>() method constexpr
On gcc and clang, you could try something like this:
#define CONST_FOLD(x) (__builtin_constant_p(x) ? (x) : (x))
template
-- Best regards, Antony Polukhin
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost