mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-20 02:52:21 +00:00
tweak to address compilation error on MSVC
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
||||
const char * e2 = NULL
|
||||
) BOOST_NOEXCEPT;
|
||||
virtual BOOST_ARCHIVE_DECL ~archive_exception() BOOST_NOEXCEPT_OR_NOTHROW ;
|
||||
virtual const char * BOOST_ARCHIVE_DECL what() const BOOST_NOEXCEPT_OR_NOTHROW ;
|
||||
virtual BOOST_ARCHIVE_DECL const char * what() const BOOST_NOEXCEPT_OR_NOTHROW ;
|
||||
};
|
||||
|
||||
}// namespace archive
|
||||
|
||||
Reference in New Issue
Block a user