Boost logo

Boost Users :

Subject: [Boost-users] Boost.Serialization not building 3
From: gast128 (gast128_at_[hidden])
Date: 2009-11-26 12:04:09


I could track it down to the differnce of the nested
shared_ptr_helper::non_polymorphic struct versus
shared_ptr_helper::polymorphic struct within boost::archive::detail namespace.
This non_polymorphic struct uses the singleton and returns the shared_ptr
wrapped type (thru the 'get_const_instance()' function), while the polymorphic
variant adds an extra call to get the extended type info.

So my guess is that it will never work, but ofc who am I to judge :)


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net