update boost

This commit is contained in:
2023-11-24 12:56:13 -06:00
parent cfc99971af
commit 19d727037a
9260 changed files with 849256 additions and 299957 deletions

View File

@@ -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);