j
k
j a
j l
namespace boost{ template<> struct is_virtual_base_of<myderived, mybase>: public mpl::true_ {}; } Thanks, it works fine. In the correct order :
namespace boost{ template<> struct is_virtual_base_of<mybase, myderived>: public mpl::true_ {}; }
Back to the thread
Back to the list