22 Jan
2016
22 Jan
'16
4:54 p.m.
On 1/22/16 2:40 AM, Bjorn Reese wrote: I presume we're talking about C++ intrinsic array rather than std::array.
My current workaround is to add an overload for arrays to my custom archive, i.e.
template
void save_override(const T (&data)[N]);
What is the problem with using this or some similar overload? Robert Ramey