Subject: [Boost-bugs] [Boost C++ Libraries] #1620: typo in definition of macro BOOST_CLASS_EXPORT_ARCHIVE_LIST
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-02-06 07:23:20
#1620: typo in definition of macro BOOST_CLASS_EXPORT_ARCHIVE_LIST
----------------------------------------+-----------------------------------
Reporter: tobias.loew_at_[hidden] | Owner: ramey
Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: serialization
Version: Boost 1.34.1 | Severity: Problem
Keywords: |
----------------------------------------+-----------------------------------
There seems to be a typo in the definition of the macro
BOOST_CLASS_EXPORT_ARCHIVE_LIST in boost/serialization/export.hpp (line
266)
// the default exportable class identifier is the class name
#define BOOST_CLASS_EXPORT_ARCHIVE_LIST(T, '''ASEQ''') \
BOOST_CLASS_EXPORT_GUID_ARCHIVE_LIST(T, BOOST_PP_STRINGIZE(T),
'''A''')
It seems that the A should be a ASEQ or vice versa.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1620>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC