[serialization] trouble with member_saver / member_save ?
In 1.33.0 split_member uses:
template
I would guess that you're probably doing something like
ar << t
where t is a non-const somewhere in your program. And that
this is where the error shows up. Double check your program
and read the "Rationale" section of the manual regarding
the saving of non-const types to archives.
Robert Ramey
"William Kemper"
participants (2)
-
Robert Ramey
-
William Kemper