Boost C++ Libraries: Ticket #8300: class_name_type is not bitwise serializable https://svn.boost.org/trac10/ticket/8300 <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8300 Trac 1.4.3 Robert Ramey Wed, 21 Aug 2013 16:12:41 GMT <link>https://svn.boost.org/trac10/ticket/8300#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8300#comment:1</guid> <description> <p> how did you fix this? how about submitting a patch? have you tested your change? </p> </description> <category>Ticket</category> </item> </channel> </rss>