mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
editorial
This commit is contained in:
@ -162,7 +162,7 @@ template<typename Map> struct load_or_save_unordered_map<Map,false> /* load */
|
||||
ar>>core::make_nvp("mapped_version",mapped_version);
|
||||
|
||||
x.clear();
|
||||
x.reserve(s);
|
||||
x.reserve(s); /* critical so that iterator tracking is stable */
|
||||
|
||||
for(std::size_t n=0;n<s;++n){
|
||||
archive_constructed<key_type> key("key",ar,key_version);
|
||||
|
Reference in New Issue
Block a user