浏览代码

修改一下fun的错误

Yinqi Tong 5 月之前
父节点
当前提交
a851b0ddc2
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      function_template.cpp

+ 0 - 2
function_template.cpp

@@ -31,8 +31,6 @@ int main()
 {
 	fun(1);
 	fun<int>();
-	std::cout << check<int>::value << std::endl;
-	std::cout << check<std::string>::value << std::endl;
 }