mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
parent
dd580d7bc7
commit
f3fdefe001
2 changed files with 10 additions and 10 deletions
|
@ -354,11 +354,11 @@ namespace detail {
|
||||||
template class archive_serializer_map<portable_binary_iarchive>;
|
template class archive_serializer_map<portable_binary_iarchive>;
|
||||||
}
|
}
|
||||||
|
|
||||||
template class basic_binary_iprimitive<
|
// template class basic_binary_iprimitive<
|
||||||
portable_binary_iarchive,
|
// portable_binary_iarchive,
|
||||||
std::istream::char_type,
|
// std::istream::char_type,
|
||||||
std::istream::traits_type
|
// std::istream::traits_type
|
||||||
> ;
|
//> ;
|
||||||
|
|
||||||
} // namespace archive
|
} // namespace archive
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
|
@ -295,11 +295,11 @@ namespace detail {
|
||||||
template class archive_serializer_map<portable_binary_oarchive>;
|
template class archive_serializer_map<portable_binary_oarchive>;
|
||||||
}
|
}
|
||||||
|
|
||||||
template class basic_binary_oprimitive<
|
// template class basic_binary_oprimitive<
|
||||||
portable_binary_oarchive,
|
// portable_binary_oarchive,
|
||||||
std::ostream::char_type,
|
// std::ostream::char_type,
|
||||||
std::ostream::traits_type
|
// std::ostream::traits_type
|
||||||
> ;
|
// > ;
|
||||||
|
|
||||||
} // namespace archive
|
} // namespace archive
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
Loading…
Reference in a new issue