فهرست منبع

修改一下fun的错误

Yinqi Tong 2 ماه پیش
والد
کامیت
a851b0ddc2
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      function_template.cpp

+ 0 - 2
function_template.cpp

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