Fixed ubuntu build
This commit is contained in:
@@ -58,7 +58,7 @@ namespace lms::cover
|
||||
|
||||
struct EntryHasher
|
||||
{
|
||||
constexpr std::size_t operator()(const EntryDesc& entry) const
|
||||
std::size_t operator()(const EntryDesc& entry) const
|
||||
{
|
||||
return std::hash<EntryDesc::VariantType>{}(entry.id) ^ std::hash<std::size_t>{}(entry.size);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user