included cstddef to define null_deleter

added BOOST_USED in export.hpp to accommodate Intel compilers

[SVN r46598]
This commit is contained in:
Robert Ramey
2008-06-22 01:10:52 +00:00
parent 1f7ecf69e0
commit d8d37ecd1b
55 changed files with 93 additions and 33 deletions

View File

@@ -8,6 +8,8 @@
// See http://www.boost.org for updates, documentation, and revision history.
#include <cstddef> // NULL
#define BOOST_ARCHIVE_SOURCE
#include <boost/archive/detail/basic_iserializer.hpp>