質問編集履歴

2

LRarray::set の delete の位置を戻しました。

2021/10/28 07:18

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -136,10 +136,10 @@
136
136
 
137
137
  cout << "Too many items" << endl;
138
138
 
139
- delete second;
140
-
141
139
  }
142
140
 
141
+     delete second;
142
+
143
143
 
144
144
 
145
145
 

1

LRarray::set の delete の位置を修正しました

2021/10/28 07:18

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -136,9 +136,11 @@
136
136
 
137
137
  cout << "Too many items" << endl;
138
138
 
139
+ delete second;
140
+
139
141
  }
140
142
 
141
- delete second;
143
+
142
144
 
143
145
 
144
146