
9 Aug
2008
9 Aug
'08
4:16 p.m.
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