Explorar el Código

修改一下fun的错误

Yinqi Tong hace 2 meses
padre
commit
a851b0ddc2
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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;
 }