So I get such error:
1>main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall RbTree<int,char>::~RbTree<int,char>(void)" (??1?$RbTree@HD@@UAE@XZ) referenced in function _main
1>main.obj : error LNK2019: unresolved external symbol "public: __thiscall RbTree<int,char>::RbTree<int,char>(void)" (??0?$RbTree@HD@@QAE@XZ) referenced in function _main
why it can't find the construct and desstruct function?
Any one can help me? thanks