首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

C++库研究笔记——#if #elif 的异常使用

2013-09-29 
C++库研究笔记——#if #elif 的错误使用在了跟头,重新改设计了。。。。无论is_ar为多少,始终输出 nottemplate

C++库研究笔记——#if #elif 的错误使用

在了跟头,重新改设计了。。。。

无论is_ar为多少,始终输出 "not"

template<typename T>class Test<T, 1>{public:    void test()    {    cout<<"is\n";    }};

热点排行