阅读背景:

声明将字符串映射到模板的unordered_map时出错

来源:互联网 
template<typename T>
struct hash;

template<typename T> class WUG{
    public:
        WUG(){
            unordered_map<string,typename T,hash> vertexmap; //Problem
        }
};
template<typename T>
struct hash;

template<typ



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: