mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-24 04:12:28 +00:00
Full merge from trunk at revision 41356 of entire boost-root tree. Do Serialization separately to verify pre-commit check failures have been fixed.
[SVN r41368]
This commit is contained in:
@@ -20,6 +20,20 @@
|
||||
namespace boost {
|
||||
namespace archive {
|
||||
|
||||
// explicitly instantiate for this type of stream
|
||||
template class basic_binary_iprimitive<
|
||||
naked_binary_iarchive,
|
||||
char,
|
||||
std::char_traits<char>
|
||||
>;
|
||||
template class basic_binary_iarchive<naked_binary_iarchive> ;
|
||||
template class binary_iarchive_impl<
|
||||
naked_binary_iarchive,
|
||||
char,
|
||||
std::char_traits<char>
|
||||
>;
|
||||
template class detail::archive_pointer_iserializer<naked_binary_iarchive> ;
|
||||
|
||||
// explicitly instantiate for this type of stream
|
||||
template class basic_binary_iprimitive<
|
||||
binary_iarchive,
|
||||
|
||||
Reference in New Issue
Block a user