
24 Aug
2005
24 Aug
'05
3:17 p.m.
// This is the first line of the file
#include <boost/serialization/access.hpp> // I'm guessing the name
class my_type { friend class ::boost::serialization::access; //... };
This is what I intended to be used. It never occurred to me to use anything else. Not that that means anything in particular.
? It's actually more of a "rules of C++" question; the section on friends in the standard isn't too clear here.
I'll buy tthat Robert Ramey