
20 Oct
2008
20 Oct
'08
4:49 p.m.
AMDG Christian Holmquist wrote:
type value = if_integral_c<condition, type, value1, value2>::value
Isn't that the same as mpl::if_c?
mpl::if_c takes a bool and two types. In other words, only the condition is an integral constant expression. In Christ, Steven Watanabe