add comment
This commit is contained in:
parent
72e20c2d40
commit
cb6edde141
@ -99,6 +99,8 @@ namespace base {
|
|||||||
replacement.insert(run<T>());
|
replacement.insert(run<T>());
|
||||||
else {
|
else {
|
||||||
typename rset::const_iterator b = runs_.begin();
|
typename rset::const_iterator b = runs_.begin();
|
||||||
|
|
||||||
|
// Some versions of gcc give a spurious warning here.
|
||||||
maybe last = b->end_;
|
maybe last = b->end_;
|
||||||
|
|
||||||
if (b->begin_)
|
if (b->begin_)
|
||||||
|
Loading…
Reference in New Issue
Block a user