소스 검색

修改一下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;
 }