You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the code intentionally enlarges std::unordered_map, serialization code will not preserve its capacity. Note: this affects any UnorderedAssociativeContainer.
If the code intentionally enlarges
std::unordered_map
, serialization code will not preserve its capacity. Note: this affects anyUnorderedAssociativeContainer
.This can be re-implemented after DARMA-tasking/vt#1302 is fixed. See 9148400 for previous solution.
The text was updated successfully, but these errors were encountered: