Missing BOOST_SERIALIZATION_NVP wrapper macro for an argument to be serialized

release/4.3a0
Mike Sheffler 2020-07-14 13:03:21 -07:00
parent 4b4a0e532f
commit 94bb08ed34
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ void serialize(
const unsigned int file_version
) {
Matrix& M = Q.matrix_;
ar& M;
ar& BOOST_SERIALIZATION_NVP(M);
}
/*