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;
 }