Opened 15 years ago
Closed 15 years ago
#1620 closed Bugs (fixed)
typo in definition of macro BOOST_CLASS_EXPORT_ARCHIVE_LIST
Reported by: | Owned by: | Robert Ramey | |
---|---|---|---|
Milestone: | Boost 1.35.0 | Component: | serialization |
Version: | Boost 1.34.1 | Severity: | Problem |
Keywords: | Cc: |
Description
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.
Change History (1)
comment:1 by , 15 years ago
Milestone: | Boost 1.36.0 → Boost 1.35.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
versions of the librar 1.35+ don't require these macros.
Robert Ramey