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