Updated Boost libraries to version 1.49, and recompiled them with NDK r8d

This commit is contained in:
pelya
2013-01-05 20:34:39 +02:00
parent 1c1e8f84ad
commit ebebac16b6
3885 changed files with 464519 additions and 52852 deletions

View File

@@ -1,6 +1,6 @@
/* Multiply indexed container.
*
* Copyright 2003-2010 Joaquin M Lopez Munoz.
* Copyright 2003-2011 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
@@ -670,7 +670,7 @@ BOOST_MULTI_INDEX_PROTECTED_IF_MEMBER_TEMPLATE_FRIENDS:
if(version<1){
std::size_t sz;
ar>>serialization::make_nvp("count",sz);
s=sz;
s=static_cast<serialization::collection_size_type>(sz);
}
else{
ar>>serialization::make_nvp("count",s);