mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-25 16:42:36 +00:00
changes to support visibility - by Edward Diener
This commit is contained in:
@@ -51,6 +51,14 @@ xml_archive_exception::xml_archive_exception(
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
BOOST_ARCHIVE_DECL
|
||||
xml_archive_exception::xml_archive_exception(xml_archive_exception const & oth) :
|
||||
archive_exception(oth)
|
||||
{
|
||||
}
|
||||
|
||||
BOOST_ARCHIVE_DECL xml_archive_exception::~xml_archive_exception() BOOST_NOEXCEPT_OR_NOTHROW {}
|
||||
|
||||
} // archive
|
||||
} // boost
|
||||
|
||||
Reference in New Issue
Block a user