Browse Source

修改一下fun的错误

Yinqi Tong 2 months ago
parent
commit
a851b0ddc2
1 changed files with 0 additions and 2 deletions
  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;
 }