wuye9036 8 yıl önce
ebeveyn
işleme
45c001f8a3
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      ReadMe.md

+ 2 - 2
ReadMe.md

@@ -1469,8 +1469,8 @@ template <typename T> struct Y
 };
 
 void poo(){
-    X<int>::foo();
-    X<float>::foo();
+    Y<int>::foo();
+    Y<float>::foo();
 }
 ```