We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6610ba8 commit 41520a9Copy full SHA for 41520a9
1 Fundamental/1.3/1.3.49/StackQueue.cs
@@ -78,7 +78,7 @@ public Item Dequeue()
78
else if (!this.isRecopying && Lendiff() == 0)
79
{
80
Item temp = this.H.Pop();
81
- this.h = this.H;
+ this.h = this.H.Copy();
82
this.isRecopying = true;
83
OneStep(OneStep(this));
84
return temp;
0 commit comments