
12 May
2005
12 May
'05
5:33 p.m.
On 12/05/05, Andy Little <andy@servocomm.freeserve.co.uk> wrote:
Try:
template <typename fT> explicit position( fT f, typename boost::enable_if< boost::is_convertible<fT, wrapped_type>, void* >::type = 0 ) : m_data( f ) {}
Thanks Andy, that worked perfectly. - Scott McMurray