
25 Oct
2010
25 Oct
'10
8:50 p.m.
On 10/20/2010 09:24 PM, Robert Ramey wrote:
Ioannis Papadopoulos wrote:
My method uses a different function for that reason. It would be really useful to have a method of identifying if Boost.Serialization is supported through a trait.
look at boost/serialization/level.hpp and level_enum.hpp
I doubt that it will help though
Robert Ramey
Hmm, I've looked at it, but I can't find anything that works. Is there any need/will to provide a boost::serialization::is_serializable<T> trait? Thanks