Chaste Commit::8b5d759ac2eb95e67ae57699734101efccb0a0a9
ChasteSerialization.hpp File Reference
#include <climits>
#include <new>
#include <boost/serialization/access.hpp>
#include <boost/version.hpp>
+ Include dependency graph for ChasteSerialization.hpp:

Go to the source code of this file.

Macros

#define CHASTE_CAN_CHECKPOINT_DLLS
 

Detailed Description

This header is a wrapper including some of the Boost serialization library headers, along with a couple of standard C++ headers required to fix bugs in Boost.

Include this header in place of <boost/serialization/access.hpp>

Definition in file ChasteSerialization.hpp.

Macro Definition Documentation

◆ CHASTE_CAN_CHECKPOINT_DLLS

#define CHASTE_CAN_CHECKPOINT_DLLS

Check for versions of Boost we don't support at all.

Todo:
#2417 Mac OS X doesn't appear to be able to checkpoint dynamically loaded models, so that functionality is switched off here.

Definition at line 72 of file ChasteSerialization.hpp.