$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-08-09 12:16:23
AMDG
Robert Jones wrote:
> Understood, but how would that be rewritten using lazy versions? It is
> more complicated than simply replacing enabe_if with lazy_enable_if?
>
template<class T>
typename boost::enable_if<boost::is_arithmetic<T>,
boost::mpl::identity<T> >::type foo(const T&);
In Christ,
Steven Watanabe