basic_text_oprimitive<std::ostream>::save(t);
}
void save(const version_type & t){
- save(static_cast<const unsigned int>(t));
+ save(static_cast<unsigned int>(t));
}
void save(const boost::serialization::item_version_type & t){
- save(static_cast<const unsigned int>(t));
+ save(static_cast<unsigned int>(t));
}
BOOST_ARCHIVE_DECL void
save(const char * t);
basic_text_oprimitive<std::wostream>::save(t);
}
void save(const version_type & t){
- save(static_cast<const unsigned int>(t));
+ save(static_cast<unsigned int>(t));
}
void save(const boost::serialization::item_version_type & t){
- save(static_cast<const unsigned int>(t));
+ save(static_cast<unsigned int>(t));
}
BOOST_WARCHIVE_DECL void
save(const char * t);
}
void
save(const version_type & t){
- save(static_cast<const unsigned int>(t));
+ save(static_cast<unsigned int>(t));
}
void
save(const boost::serialization::item_version_type & t){
- save(static_cast<const unsigned int>(t));
+ save(static_cast<unsigned int>(t));
}
BOOST_ARCHIVE_DECL void
save(const char * t);
}
void
save(const version_type & t){
- save(static_cast<const unsigned int>(t));
+ save(static_cast<unsigned int>(t));
}
void
save(const boost::serialization::item_version_type & t){
- save(static_cast<const unsigned int>(t));
+ save(static_cast<unsigned int>(t));
}
BOOST_WARCHIVE_DECL void
save(const char * t);
};
template< typename Pred >
-failed ************ (Pred::************
- assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
- );
+failed ************ Pred::************
+ assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type );
template< typename Pred >
-failed ************ (boost::mpl::not_<Pred>::************
- assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
- );
+failed ************ boost::mpl::not_<Pred>::************
+ assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type );
template< typename Pred >
AUX778076_ASSERT_ARG(assert<false>)