From e4be4411c8864e7339fdb1f612b7e150f17eaeee Mon Sep 17 00:00:00 2001 From: "K. Noel Belcourt" Date: Mon, 25 Apr 2016 13:15:25 -0600 Subject: [PATCH] Fix typo with rename to array_wrapper. --- include/boost/mpi/detail/forward_iprimitive.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mpi/detail/forward_iprimitive.hpp b/include/boost/mpi/detail/forward_iprimitive.hpp index 1d1f2fd..33d39fd 100644 --- a/include/boost/mpi/detail/forward_iprimitive.hpp +++ b/include/boost/mpi/detail/forward_iprimitive.hpp @@ -42,7 +42,7 @@ public: /// loading of arrays is forwarded to the implementation archive template - void load_array(serialization::array_wrappe & x, unsigned int file_version ) + void load_array(serialization::array_wrapper & x, unsigned int file_version ) { implementation_archive.load_array(x,file_version); }