mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-23 18:12:09 +00:00
adjustment to correct unrequested autolinking
[SVN r32845]
This commit is contained in:
@@ -58,6 +58,9 @@ namespace std{
|
||||
#include <boost/mpl/empty.hpp>
|
||||
#include <boost/mpl/not.hpp>
|
||||
|
||||
#ifndef BOOST_SERIALIZATION_DEFAULT_TYPE_INFO
|
||||
#include <boost/serialization/extended_type_info_typeid.hpp>
|
||||
#endif
|
||||
// the following is need only for dynamic cast of polymorphic pointers
|
||||
#include <boost/archive/detail/basic_iarchive.hpp>
|
||||
#include <boost/archive/detail/basic_iserializer.hpp>
|
||||
|
||||
@@ -50,6 +50,9 @@
|
||||
#include <boost/mpl/empty.hpp>
|
||||
#include <boost/mpl/not.hpp>
|
||||
|
||||
#ifndef BOOST_SERIALIZATION_DEFAULT_TYPE_INFO
|
||||
#include <boost/serialization/extended_type_info_typeid.hpp>
|
||||
#endif
|
||||
// the following is need only for dynamic cast of polymorphic pointers
|
||||
#include <boost/archive/detail/basic_oarchive.hpp>
|
||||
#include <boost/archive/detail/basic_oserializer.hpp>
|
||||
|
||||
Reference in New Issue
Block a user