$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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
{
};
...
>-----------------