mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-01 21:02:07 +00:00
Support serialization in DLLS
Make thread-safe fix portable binary archives [SVN r43691]
This commit is contained in:
@@ -23,14 +23,14 @@ namespace archive {
|
||||
// explicitly instantiate for this type of binary stream
|
||||
template class basic_binary_oprimitive<
|
||||
binary_oarchive,
|
||||
char,
|
||||
std::char_traits<char>
|
||||
std::ostream::char_type,
|
||||
std::ostream::traits_type
|
||||
>;
|
||||
template class basic_binary_oarchive<binary_oarchive> ;
|
||||
template class binary_oarchive_impl<
|
||||
binary_oarchive,
|
||||
char,
|
||||
std::char_traits<char>
|
||||
std::ostream::char_type,
|
||||
std::ostream::traits_type
|
||||
>;
|
||||
template class detail::archive_pointer_oserializer<binary_oarchive> ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user