mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-31 09:30:38 +08:00
serialize.cc example doesn't seem to work with cereal #116
This commit is contained in:
Vendored
+2
-2
@@ -1576,7 +1576,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef PHMAP_NON_DETERMINISTIC
|
||||
#if !defined(PHMAP_NON_DETERMINISTIC) && !defined(PHMAP_DISABLE_DUMP)
|
||||
template<typename OutputArchive>
|
||||
bool dump(OutputArchive&) const;
|
||||
|
||||
@@ -3366,7 +3366,7 @@ public:
|
||||
return HashElement{hash_ref()}(key);
|
||||
}
|
||||
|
||||
#ifndef PHMAP_NON_DETERMINISTIC
|
||||
#if !defined(PHMAP_NON_DETERMINISTIC) && !defined(PHMAP_DISABLE_DUMP)
|
||||
template<typename OutputArchive>
|
||||
bool dump(OutputArchive& ar) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user