ortools: export from google3

This commit is contained in:
Corentin Le Molgat
2025-07-07 15:39:14 +02:00
parent 43aa85125b
commit 781ead7283
11 changed files with 41 additions and 33 deletions

View File

@@ -189,7 +189,6 @@ class IntType {
}
// Note that this may change from time to time without notice.
// See .
struct Hasher {
size_t operator()(const IntType& arg) const {
return static_cast<size_t>(arg.value());