#pragma once #ifndef _IV_BOOST_H_ #define _IV_BOOST_H_ #if defined __GNUC__ # pragma GCC system_header #endif #ifndef __CUDACC__ //https://bugreports.qt-project.org/browse/QTBUG-22829 #ifndef Q_MOC_RUN #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifndef Q_MOC_RUN #include #endif #if BOOST_VERSION >= 104700 #include #endif #include #include #include #include #if BOOST_VERSION >= 104900 #include #endif #include #define BOOST_PARAMETER_MAX_ARITY 7 #include #include #endif #endif #endif // _IV_BOOST_H_