# Pastebin dsKNAZEh for (size_t i = 0; i < numChildren; ++i) { std::ostringstream name; name << "child" << i; ar & BOOST_SERIALIZATION_NVP(*children[i]); // The child doesn't actually own its own DatasetInfo. We do. The same // applies for the dimension mappings. children[i]->ownsInfo = false; children[i]->ownsMappings = false; }