#ifndef boost_compatibility_config_hpp #define boost_compatibility_config_hpp #if (__GNUC__ >= 3) && ( __GNUC_MINOR__ >= 1 ) #define BOOST_NO_IS_SORTED #define BOOST_NO_IOTA #endif #if (__IBMCPP__) #define BOOST_NO_IS_SORTED #define BOOST_NO_IOTA #endif #if defined(__ICC) #define BOOST_NO_IS_SORTED #endif #endif // boost_compatibility_config_hpp