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 e5e3c1a commit d2f6686Copy full SHA for d2f6686
src/stackmock.cpp
@@ -116,7 +116,6 @@ class StackMeasurer_c
116
if ( dHistogram.GetLength()==1)
117
break;
118
dHistogram.Sort ( Lesser ( [] ( auto l, auto r ) { return l.second>r.second; } ) );
119
- assert (iMaxTries == dHistogram.First().second);
120
if ( iMaxTries > (iRestTries + dHistogram[1].second) )
121
122
}
0 commit comments