mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-26 07:02:09 +00:00
Support serialization in DLLS
Make thread-safe fix portable binary archives [SVN r43691]
This commit is contained in:
@@ -20,7 +20,7 @@ basic_iserializer::basic_iserializer(
|
||||
const boost::serialization::extended_type_info & eti
|
||||
) :
|
||||
basic_serializer(eti),
|
||||
bpis(NULL)
|
||||
m_bpis(NULL)
|
||||
{}
|
||||
|
||||
BOOST_ARCHIVE_DECL(BOOST_PP_EMPTY())
|
||||
|
||||
Reference in New Issue
Block a user