fix combinaton

This commit is contained in:
vrd
2023-01-20 23:12:38 +02:00
parent afe6d093a9
commit 9434edbe36
9 changed files with 207 additions and 157 deletions
+3 -3
View File
@@ -52,9 +52,9 @@ int main()
test1.display();
test2.display();
/* (test1 + test2).display(); */
test1 += test2;
test1.display();
(test2 + test1).display();
/* test2 += test1; */
/* test2.display(); */
/* test1.display(); */