Go to the documentation of this file.
36 #ifndef CHASTESERIALIZATION_HPP_
37 #define CHASTESERIALIZATION_HPP_
53 #include <boost/serialization/access.hpp>
58 #include <boost/version.hpp>
59 #if BOOST_VERSION < 103800
60 #error "Chaste doesn't support versions of Boost earlier than 1.38."
61 #elif BOOST_VERSION == 104100
63 #error "Chaste won't work with Boost 1.41 due to a bug in its serialization library."
70 #ifndef CHASTE_CAN_CHECKPOINT_DLLS
72 #define CHASTE_CAN_CHECKPOINT_DLLS
82 #if BOOST_VERSION == 105600
83 #include <boost/serialization/singleton.hpp>
84 #include <boost/serialization/extended_type_info.hpp>
87 #if BOOST_VERSION == 105700
88 #include <boost/serialization/type_info_implementation.hpp>
91 #endif // CHASTESERIALIZATION_HPP_