 |
Kea
1.5.0
|
Go to the documentation of this file. 7 #define ASIO_WRAPPER_H 1 63 #define GNU_CC_VERSION (__GNUC__ * 10000 \ 64 + __GNUC_MINOR__ * 100 \ 65 + __GNUC_PATCHLEVEL__) 67 #if (defined(__GNUC__) && \ 68 ((GNU_CC_VERSION >= 50200) && (GNU_CC_VERSION < 60000)) \ 69 && defined(BOOST_ERROR_CODE_HEADER_ONLY)) 70 #pragma GCC push_options 71 #pragma GCC optimize ("O0") 72 #include <boost/asio.hpp> 73 #pragma GCC pop_options 75 #include <boost/asio.hpp> 78 #endif // ASIO_WRAPPER_H