2
0
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:
K. Noel Belcourt
2016-04-25 13:15:25 -06:00
parent 0dce8d2c2a
commit 7d33e519b3

View File

@@ -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);
}