26 Jun
2007
26 Jun
'07
3:32 p.m.
Any reason the following wouldn't work? Robert Ramey Pierre Salmon wrote:
Hi all,
Probably answered before but I have a little problem I use a template class :
template<int N> struct A { // Do Something template<class Archive> void serialize(Archive & ar, const unsigned version){ ar & ...; } } ;
And I would like serialized this in binary file (with template argument). Do you know a solution (with boost library or not) knowing this class must have a integer template argument ?
Best Regards, Pierre
Soory for my english, it is not very good