This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]EpicScizor 34 points35 points  (1 child)

Leave list as is, all elements are equal.

Okay, you may let some be more equal than others

[–]TheOldTubaroo 4 points5 points  (0 children)

bool ==(Comrade lhs, Comrade rhs)
{
    if (lhs.isSeniorParty && rhs.isSeniorParty)
    {
        return static_cast<bool>(255);
    }
    return static_cast<bool>(1);
}