使用从同一ref类继承的ref类创建模板

时间:2012-10-24 11:17:35

标签: class templates c++-cli

我想做这样的事情:

template <class SoType> 
public ref class SoTile : SoType

由于我的类是ref并且我从SoType继承,它可能是ref

template <ref class SoType> 
public ref class SoTile : SoType

但是当我尝试编译时,它给了我这个错误:

Error   1   error C3816: 'class SoType' was previously declared or defined with a different managed modifier    d:\oceanprojects\lidarinfo\oivlodenode\SoTile.h 7   1   OivLodeNode

有些帮助吗?也许我不理解某些事情......

0 个答案:

没有答案