mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-26 19:12:08 +00:00
improve instantiation
[SVN r29974]
This commit is contained in:
@@ -17,9 +17,9 @@ namespace detail {
|
||||
|
||||
BOOST_ARCHIVE_DECL(BOOST_PP_EMPTY())
|
||||
basic_pointer_iserializer::basic_pointer_iserializer(
|
||||
const boost::serialization::extended_type_info & type_
|
||||
const boost::serialization::extended_type_info & eti
|
||||
) :
|
||||
basic_serializer(type_)
|
||||
basic_serializer(eti)
|
||||
{}
|
||||
|
||||
BOOST_ARCHIVE_DECL(BOOST_PP_EMPTY())
|
||||
|
||||
Reference in New Issue
Block a user