-
-
Notifications
You must be signed in to change notification settings - Fork 290
Closed
Description
Hey Greg,
I would like to make an unordered unique multimap phmap::flat_hash_map<Key, phmap::flat_hash_set<Value>>
where Key
and Value
are trivially copyable. As one would expect when I try to dump the outer map using phmap::BinaryOutputArchive ar_out( filename.c_str() ); dict.dump( ar_out );
I get an error that the inner set is not trivially copyable.
What would you suggest for serializing?
Also, side question: Is this how you would make a multimap?
Thanks,
Adam
Metadata
Metadata
Assignees
Labels
No labels