16 Jun
2015
16 Jun
'15
8:19 p.m.
you should be able to simply define a private default constructor, if boost::serialization::acess is declared as a friend of your class.
In theory. Current bugs in boost::serialization however then prevent the use in a container, for example serializing a std::set<T> where T has a private default constructor.