add comment

This commit is contained in:
root 2014-06-16 13:41:45 +01:00
parent 72e20c2d40
commit cb6edde141

View File

@ -99,6 +99,8 @@ namespace base {
replacement.insert(run<T>());
else {
typename rset::const_iterator b = runs_.begin();
// Some versions of gcc give a spurious warning here.
maybe last = b->end_;
if (b->begin_)