Support serialization in DLLS

Make thread-safe
fix portable binary archives

[SVN r43691]
This commit is contained in:
Robert Ramey
2008-03-18 05:01:57 +00:00
parent cfb16a8a9d
commit 66b1028d4c
288 changed files with 94786 additions and 95244 deletions

View File

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