Ver Fonte

修改一下fun的错误

Yinqi Tong há 2 meses atrás
pai
commit
a851b0ddc2
1 ficheiros alterados com 0 adições e 2 exclusões
  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;
 }