BAN: Restructure sort functions and namespaces
This commit is contained in:
@@ -116,7 +116,7 @@ i64 puzzle(FILE* fp, bool joker)
|
||||
));
|
||||
}
|
||||
|
||||
BAN::sort(hands.begin(), hands.end(),
|
||||
BAN::sort::sort(hands.begin(), hands.end(),
|
||||
[joker] (const Hand& lhs, const Hand& rhs) {
|
||||
return hand_score(lhs, joker) < hand_score(rhs, joker);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user