RT,我试着自定义了一个类,然后就报错了(CE)
具体错误代码大概是这样:
template<class T> class a{ T data; int u; int b; void add(int x=u){ b+=x; } };