
5 Mar
2015
5 Mar
'15
2:36 p.m.
Why is the compiler okay with ... std::vector<int>intvec; ... but throws an error for ... std::vector<int *>pintvec; The error is ... /usr/include/boost/serialization/access.hpp:118: error: request for member 'serialize' in 't', which is of non-class type 'int' t.serialize(ar, file_version);