From 6e33d0ef2abb8943d993cbbb37c96e5314876d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20M=2E=20L=C3=B3pez=20Mu=C3=B1oz?= Date: Fri, 22 Apr 2005 08:07:47 +0000 Subject: [PATCH] adapted to serialization stricter rules on saving and constness [SVN r28405] --- include/boost/multi_index_container.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/multi_index_container.hpp b/include/boost/multi_index_container.hpp index c0a89f1..90cff6c 100644 --- a/include/boost/multi_index_container.hpp +++ b/include/boost/multi_index_container.hpp @@ -543,7 +543,7 @@ BOOST_MULTI_INDEX_PROTECTED_IF_MEMBER_TEMPLATE_FRIENDS: template void save(Archive& ar,const unsigned int version)const { - std::size_t s=size_(); + const std::size_t s=size_(); ar<