23 Jul
2009
23 Jul
'09
7:53 a.m.
Hi,
I have a class which has got the serialize function implemented.
template<class Archive>void myClassB::serialize( Archive& ar,
const
unsigned int)
Somehow, this function is skipped and doesn't appear even in the object
file created for this file which gives me undefined reference errors
later when linking.
I have included :
#include