Compat.h

Go to the documentation of this file.
00001 
00022 #ifndef HYPERTABLE_COMPAT_H
00023 #define HYPERTABLE_COMPAT_H
00024 
00025 // Include this before other includes .cc files
00026 
00027 // The same stuff for C code
00028 #include "compat-c.h"
00029 
00030 #include <cstddef> // for std::size_t and std::ptrdiff_t
00031 
00032 // C++ specific stuff
00033 #ifndef BOOST_SPIRIT_THREADSAFE
00034 #  define BOOST_SPIRIT_THREADSAFE
00035 #endif
00036 
00037 #define BOOST_IOSTREAMS_USE_DEPRECATED
00038 
00039 #include "Sweetener.h"
00040 
00041 #define HT_UNUSED(x) static_cast<void>(x)
00042 
00043 #endif // HYPERTABLE_COMPAT_H