update boost
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
};
|
||||
// don't track shared pointers
|
||||
template<class T>
|
||||
struct tracking_level< ::boost::shared_ptr< T > > {
|
||||
struct tracking_level< ::boost::shared_ptr< T > > {
|
||||
typedef mpl::integral_c_tag tag;
|
||||
#if BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3206))
|
||||
typedef typename mpl::int_< ::boost::serialization::track_never> type;
|
||||
@@ -160,7 +160,7 @@ inline void load(
|
||||
ar.template get_helper<shared_ptr_helper<boost::shared_ptr> >(
|
||||
shared_ptr_helper_id
|
||||
);
|
||||
h.reset(t,r);
|
||||
h.reset(t,r);
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -207,7 +207,7 @@ namespace serialization{
|
||||
};
|
||||
// don't track shared pointers
|
||||
template<class T>
|
||||
struct tracking_level< ::std::shared_ptr< T > > {
|
||||
struct tracking_level< ::std::shared_ptr< T > > {
|
||||
typedef mpl::integral_c_tag tag;
|
||||
typedef mpl::int_< ::boost::serialization::track_never> type;
|
||||
BOOST_STATIC_CONSTANT(int, value = type::value);
|
||||
|
||||
Reference in New Issue
Block a user