mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-26 19:12:08 +00:00
clean up borland fixes
[SVN r29870]
This commit is contained in:
@@ -15,14 +15,14 @@ namespace boost {
|
||||
namespace archive {
|
||||
namespace detail {
|
||||
|
||||
BOOST_DECL_ARCHIVE
|
||||
BOOST_ARCHIVE_DECL(BOOST_PP_EMPTY())
|
||||
basic_pointer_iserializer::basic_pointer_iserializer(
|
||||
const boost::serialization::extended_type_info & type_
|
||||
) :
|
||||
basic_serializer(type_)
|
||||
{}
|
||||
|
||||
BOOST_DECL_ARCHIVE
|
||||
BOOST_ARCHIVE_DECL(BOOST_PP_EMPTY())
|
||||
basic_pointer_iserializer::~basic_pointer_iserializer() {}
|
||||
|
||||
} // namespace detail
|
||||
|
||||
Reference in New Issue
Block a user