clean up borland fixes

[SVN r29870]
This commit is contained in:
Robert Ramey
2005-07-02 05:55:28 +00:00
parent dc16b35bdf
commit afbc614faa
85 changed files with 438 additions and 917 deletions

View File

@@ -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