Boost C++ Libraries: Ticket #1620: typo in definition of macro BOOST_CLASS_EXPORT_ARCHIVE_LIST https://svn.boost.org/trac10/ticket/1620 <p> There seems to be a typo in the definition of the macro BOOST_CLASS_EXPORT_ARCHIVE_LIST in boost/serialization/export.hpp (line 266) </p> <p> <em> the default exportable class identifier is the class name #define BOOST_CLASS_EXPORT_ARCHIVE_LIST(T, <strong>ASEQ</strong>) \ </em></p> <blockquote> <p> BOOST_CLASS_EXPORT_GUID_ARCHIVE_LIST(T, BOOST_PP_STRINGIZE(T), <strong>A</strong>) </p> </blockquote> <p> It seems that the A should be a ASEQ or vice versa. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1620 Trac 1.4.3 Robert Ramey Mon, 11 Feb 2008 16:57:15 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/1620#comment:1 https://svn.boost.org/trac10/ticket/1620#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> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.36.0</span> → <span class="trac-field-new">Boost 1.35.0</span> </li> </ul> <p> versions of the librar 1.35+ don't require these macros. </p> <p> Robert Ramey </p> Ticket