j
k
j a
j l
template<class T> struct is_pointer { BOOST_STATIC_CONSTANT( bool, value = false ); }; template<class T> struct is_pointer
template<class T> struct is_pointer { BOOST_STATIC_CONSTANT( bool, value = false ); };
template<class T> struct is_pointer
Grrr. template<class T> struct is_pointer< T* >
{ BOOST_STATIC_CONSTANT( bool, value = true ); };
Back to the thread
Back to the list