mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-01 08:52:08 +00:00
included cstddef to define null_deleter
added BOOST_USED in export.hpp to accommodate Intel compilers [SVN r46598]
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include <set>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
#include <cstddef> // size_t
|
||||
#include <cstddef> // size_t, NULL
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#if defined(BOOST_NO_STDC_NAMESPACE)
|
||||
|
||||
Reference in New Issue
Block a user