Hi,
I got a problem when i use boost:: serialization lib --- whether a const data member could be serialized?
For example,
class A
{
const int a;
}
how can i serialize 'a'
by using boost?
Best Regards.
Ray Zhang.
Tsinghua Univ.
P.R.China