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::type foo(const T&);
In Christ,
Steven Watanabe