completed fix in [64312] and [64317]

[SVN r64322]
This commit is contained in:
Joaquín M López Muñoz 2010-07-25 10:12:38 +00:00
parent 78a83060f7
commit 7b1bcc810d

View File

@ -69,7 +69,7 @@ namespace boost{
namespace serialization{
template<> struct version<non_default_ctble>
{
BOOST_STATIC_CONSTANT(unsigned int,value=3);
BOOST_STATIC_CONSTANT(int,value=3);
};
} /* namespace serialization */
} /* namespace boost*/