mirror of
https://github.com/boostorg/mpi.git
synced 2026-02-25 04:22:17 +00:00
Fix typo with rename to array_wrapper.
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
|
||||
/// loading of arrays is forwarded to the implementation archive
|
||||
template<class T>
|
||||
void load_array(serialization::array_wrappe<T> & x, unsigned int file_version )
|
||||
void load_array(serialization::array_wrapper<T> & x, unsigned int file_version )
|
||||
{
|
||||
implementation_archive.load_array(x,file_version);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user