mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-31 08:32:11 +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_oserializer::basic_oserializer(
|
||||
const boost::serialization::extended_type_info & eti
|
||||
) :
|
||||
basic_serializer(eti),
|
||||
bpos(NULL)
|
||||
m_bpos(NULL)
|
||||
{}
|
||||
|
||||
BOOST_ARCHIVE_DECL(BOOST_PP_EMPTY())
|
||||
|
||||
Reference in New Issue
Block a user