Opened 15 years ago

Closed 15 years ago

#1121 closed Bugs (fixed)

xml_archive_exception is missing seperate header file, and documentation mismatch

Reported by: Hugo Duncan Owned by: Robert Ramey
Milestone: To Be Determined Component: serialization
Version: Boost 1.34.1 Severity: Problem
Keywords: Cc:

Description

The documentation says xml_archive_exception is defined in boost/archive/archive_xml_exception.hpp. This file does not exist.

xml_archive_exception is defined in basic_xml_archive.hpp.

The definition should bprobably be in xml_archive_exception.hpp to match the class name, and be in a seperate file to allow catching of serialisation errors without including all the xml_archive headers.

Change History (1)

comment:1 by Robert Ramey, 15 years ago

Resolution: fixed
Status: newclosed

fixed 1.36

Note: See TracTickets for help on using tickets.