templatestruct Node{T value;Node* next;};templatetypedef struct Node* ptLink;这里用typedef申明一个模版结构体时报错error C2823: typedef 模板 非法error C2998: “Node *ptLink”: 不能是模板定义不知道错在哪里 求大神解答。
template struct Node* ptLink;