Missing BOOST_SERIALIZATION_NVP wrapper macro for an argument to be serialized
parent
4b4a0e532f
commit
94bb08ed34
|
|
@ -340,7 +340,7 @@ void serialize(
|
||||||
const unsigned int file_version
|
const unsigned int file_version
|
||||||
) {
|
) {
|
||||||
Matrix& M = Q.matrix_;
|
Matrix& M = Q.matrix_;
|
||||||
ar& M;
|
ar& BOOST_SERIALIZATION_NVP(M);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue