mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-27 07:22:08 +00:00
adjust declspec syntax for different compilers
[SVN r29481]
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
{}
|
||||
};
|
||||
|
||||
#if defined(BOOST_MSVC)
|
||||
#if defined(BOOST_MSVC) || defined(BOOST_INTEL_WIN) || defined(__MWERKS__)
|
||||
BOOST_DECL_ARCHIVE
|
||||
const basic_serializer *
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user