2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-02-25 16:32:22 +00:00

Merge branch 'develop' into cartesian

This commit is contained in:
Alain Miniussi
2014-11-03 14:44:18 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -121,12 +121,12 @@ public:
* this->This() << s;
}
void save_override(archive::class_id_type & t, int version){
void save_override(const archive::class_id_type & t, int version){
const boost::int_least16_t x = t;
* this->This() << x;
}
void save_override(archive::version_type & t, int version){
void save_override(const archive::version_type & t, int version){
const boost::int_least8_t x = t;
* this->This() << x;
}