Build fixes.
This commit is contained in:
parent
d8dae365f6
commit
0723a85ab3
9 changed files with 13 additions and 13 deletions
|
@ -178,7 +178,7 @@ public:
|
|||
}
|
||||
}
|
||||
std::sort(sortedByTime.begin(),sortedByTime.end());
|
||||
for(std::vector< std::pair<int64_t,Address> >::const_reverse_iterator i(sortedByTime.begin());i!=sortedByTime.end();++i) {
|
||||
for(std::vector< std::pair<int64_t,Address> >::const_reverse_iterator i(sortedByTime.rbegin());i!=sortedByTime.rend();++i) {
|
||||
if (!func(i->second))
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue