mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-08 11:02:45 +00:00
clean up borland fixes
[SVN r29870]
This commit is contained in:
@@ -18,8 +18,7 @@ namespace boost {
|
||||
namespace archive {
|
||||
namespace detail {
|
||||
|
||||
void
|
||||
BOOST_DECL_ARCHIVE
|
||||
BOOST_ARCHIVE_DECL(void)
|
||||
basic_archive_impl::lookup_helper(
|
||||
const boost::serialization::extended_type_info * const eti,
|
||||
shared_ptr<void> & sph
|
||||
@@ -33,8 +32,7 @@ basic_archive_impl::lookup_helper(
|
||||
sph = it->m_helper;
|
||||
}
|
||||
|
||||
void
|
||||
BOOST_DECL_ARCHIVE
|
||||
BOOST_ARCHIVE_DECL(void)
|
||||
basic_archive_impl::insert_helper(
|
||||
const boost::serialization::extended_type_info * const eti,
|
||||
shared_ptr<void> & sph
|
||||
|
||||
Reference in New Issue
Block a user