mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-08 23:12:15 +00:00
make sure no destructors call any virtual functions
[SVN r31168]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user