mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-26 19:12:08 +00:00
cleanup visibiliy / auto link macros throughout project - still more to be done
This commit is contained in:
@@ -15,14 +15,14 @@ namespace boost {
|
||||
namespace archive {
|
||||
namespace detail {
|
||||
|
||||
BOOST_ARCHIVE_DECL(BOOST_PP_EMPTY())
|
||||
BOOST_ARCHIVE_DECL
|
||||
basic_pointer_iserializer::basic_pointer_iserializer(
|
||||
const boost::serialization::extended_type_info & eti
|
||||
) :
|
||||
basic_serializer(eti)
|
||||
{}
|
||||
|
||||
BOOST_ARCHIVE_DECL(BOOST_PP_EMPTY())
|
||||
BOOST_ARCHIVE_DECL
|
||||
basic_pointer_iserializer::~basic_pointer_iserializer() {}
|
||||
|
||||
} // namespace detail
|
||||
|
||||
Reference in New Issue
Block a user