Markus
Index: trackable.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/signals/trackable.hpp,v
retrieving revision 1.11
diff -c -r1.11 trackable.hpp
*** trackable.hpp 4 Feb 2003 12:20:06 -0000 1.11
--- trackable.hpp 12 Feb 2003 17:26:20 -0000
***************
*** 183,189 ****
{
}
! mutable std::vector<const trackable*>& bound_objects;
};
} // end namespace detail
} // end namespace BOOST_SIGNALS_NAMESPACE
--- 183,189 ----
{
}
! std::vector<const trackable*>& bound_objects;
};
} // end namespace detail
} // end namespace BOOST_SIGNALS_NAMESPACE
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
