
13 Oct
2004
13 Oct
'04
1:40 p.m.
On 10/12/2004 10:23 PM, Larry Evans wrote: [snip]
How does one replace apply_if with eval_if to avoid the above error message.
FWIW, the como -E compile command produces this output: <----------------- namespace boost { namespace mpl { template< typename C = na , typename F1 = na , typename F2 = na > struct eval_if : if_<C,F1,F2>::type { }; ...
-----------------