cc95525e41
PR: ports/146707 Submitted by: Armin Pirkovitsch <armin at frozen-zone.org> Reviewed by: Alexander Churanov (maintainer)
11 lines
572 B
C++
11 lines
572 B
C++
Index: boost/archive/shared_ptr_helper.hpp
|
|
===================================================================
|
|
--- boost/archive/shared_ptr_helper.hpp (revision 55789)
|
|
+++ boost/archive/shared_ptr_helper.hpp (revision 57981)
|
|
@@ -109,5 +110,5 @@
|
|
static const boost::serialization::extended_type_info *
|
|
get_object_identifier(T & t){
|
|
- return boost::serialization::singleton<
|
|
+ return & boost::serialization::singleton<
|
|
BOOST_DEDUCED_TYPENAME
|
|
boost::serialization::type_info_implementation<T>::type
|