Boost logo

Boost :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-10-13 08:40:26


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
{

};

...
>-----------------


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk