15 Jun
2015
15 Jun
'15
7:38 p.m.
I am attempting to serialize a template class without a default constructor, so I am overriding boost::serialization::save_construct_data().
I'm not sure of the correct syntax to declare that function. The line marked below fails to compile with a "too many template-parameter-lists"
error.
// Forward declaration of my class
template