j
k
j a
j l
On 12/05/05, Andy Little wrote:
Try: template <typename fT> explicit position( fT f, typename boost::enable_if< boost::is_convertible, void* >::type = 0 ) : m_data( f ) {}
Try:
template <typename fT> explicit position( fT f, typename boost::enable_if< boost::is_convertible, void* >::type = 0 ) : m_data( f ) {}
Thanks Andy, that worked perfectly. - Scott McMurray
Back to the thread
Back to the list