make sure no destructors call any virtual functions

[SVN r31168]
This commit is contained in:
Robert Ramey
2005-10-02 06:01:14 +00:00
parent ca999aaa88
commit 24b596bcf4
4 changed files with 106 additions and 45 deletions

View File

@@ -17,7 +17,7 @@ namespace detail {
BOOST_ARCHIVE_DECL(BOOST_PP_EMPTY())
basic_iserializer::basic_iserializer(
const boost::serialization::extended_type_info & eti
const boost::serialization::extended_type_info & eti
) :
basic_serializer(eti),
bpis(NULL)