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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user