fix compatibility with archive versions 1.41-, 1.42, 1.43,1.44+

[SVN r66106]
This commit is contained in:
Robert Ramey
2010-10-19 19:43:09 +00:00
parent 285ced858f
commit bc7ba5556f
17 changed files with 38 additions and 19 deletions

View File

@@ -12,12 +12,12 @@
# pragma warning (disable : 4786) // too long name, harmless warning
#endif
#define BOOST_ARCHIVE_SOURCE
#include <exception>
#include <cassert>
#include <string>
#define BOOST_ARCHIVE_SOURCE
#include <boost/archive/xml_archive_exception.hpp>
namespace boost {