I wasted some time understanding why
BOOST_CLASS_EXPORT_GUID[
^]
doesn't work at all.
Don't put
#include <boost/serialization/export.hpp>;
in the precompiled header file (typically
stdafx.h) but in each
.cpp file where you need it.
This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.
A list of licenses authors might use can be found here