1 Boost 1.65 made 'advance()' ambiguous.
2 Bug: https://bugs.gentoo.org/show_bug.cgi?id=629966
4 --- a/src/gui/qt/gametable/gametableimpl.cpp
5 +++ b/src/gui/qt/gametable/gametableimpl.cpp
7 int playerCount = static_cast<int>(seatList->size());
8 if (id < playerCount) {
9 PlayerListIterator pos = seatList->begin();
11 + std::advance(pos, id);
12 myStartWindow->getSession()->startVoteKickPlayer((*pos)->getMyUniqueID());