Opened 10 years ago
Last modified 9 years ago
#8300 new Bugs
class_name_type is not bitwise serializable
Reported by: | anonymous | Owned by: | Robert Ramey |
---|---|---|---|
Milestone: | To Be Determined | Component: | serialization |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
class_name_type is defined to be bitwise serializable, but it contains a char pointer meant to be a string. in the archive types that come with boost there is an explicit save_override to convert it to a std::string, but if you implement an own archive and determine how to save a type using is_bitwise_serializable, you end up saving a pointer bitwise.
Note:
See TracTickets
for help on using tickets.
how did you fix this? how about submitting a patch? have you tested your change?