C++库研究笔记——#if #elif 的错误使用
在了跟头,重新改设计了。。。。
无论is_ar为多少,始终输出 "not"
template<typename T>class Test<T, 1>{public: void test() { cout<<"is\n"; }};