Boost C++ Libraries: Ticket #4598: compile error in serialization https://svn.boost.org/trac10/ticket/4598 <p> A compile error (gcc used) occurs if a ptr_container should be serialized: </p> <p> boost/ptr_container/detail/serialize_reversible_cont.hpp:28: error: ‘make_nvp’ is not a member of ‘boost::serialization’ as make_nvp is used but unknown because of a missing include. </p> <p> A patch to fix this is attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4598 Trac 1.4.3 jan.boehme@… Thu, 26 Aug 2010 07:24:05 GMT attachment set https://svn.boost.org/trac10/ticket/4598 https://svn.boost.org/trac10/ticket/4598 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">serialize_reversible_cont.hpp.patch</span> </li> </ul> Ticket jan.boehme@… Mon, 30 Aug 2010 09:46:22 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4598#comment:1 https://svn.boost.org/trac10/ticket/4598#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket anonymous Tue, 07 Sep 2010 13:30:09 GMT <link>https://svn.boost.org/trac10/ticket/4598#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4598#comment:2</guid> <description> <p> this also affects: </p> <p> boost/ptr_container/detail/serialize_ptr_map_adapter.hpp </p> <p> boost/date_time/gregorian/greg_serialize.hpp boost/date_time/posix_time/time_serialize.hpp </p> </description> <category>Ticket</category> </item> <item> <author>crispin.boylan@…</author> <pubDate>Tue, 02 Nov 2010 10:33:54 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/4598 https://svn.boost.org/trac10/ticket/4598 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">4598.patch</span> </li> </ul> <p> patch for similar errors in other files </p> Ticket crispin.boylan@… Tue, 02 Nov 2010 10:34:44 GMT status changed; cc set; resolution deleted https://svn.boost.org/trac10/ticket/4598#comment:3 https://svn.boost.org/trac10/ticket/4598#comment:3 <ul> <li><strong>cc</strong> <span class="trac-author">crispin.boylan@…</span> added </li> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">fixed</span> </li> </ul> <p> added a patch for the other files which need this change </p> Ticket Thorsten Ottosen Sun, 07 Nov 2010 23:11:31 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4598#comment:4 https://svn.boost.org/trac10/ticket/4598#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">reopened</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed in release and trunk. </p> Ticket