GR-1154: Fix compile issue in OSRM Storage (#6)

This commit is contained in:
Andrei Vlad Postoaca 2022-04-13 11:57:30 +03:00 committed by GitHub
parent 7ad24707ca
commit 2e20de3884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,6 @@ struct RegionHandle
return oss.str();
}
};
inline std::ostream& operator<<(std::ostream& os, const RegionHandle& r) { return os << r.ToString(); }
RegionHandle setupRegion(SharedRegionRegister &shared_register,
const storage::BaseDataLayout &layout)