Go to the documentation of this file.
25 #ifndef GOBY_UTIL_ASIO_COMPAT_H
26 #define GOBY_UTIL_ASIO_COMPAT_H
28 #include <boost/version.hpp>
31 #if BOOST_VERSION < 107000
32 #include <boost/asio/io_service.hpp>
33 #define USE_BOOST_IO_SERVICE
35 #include <boost/asio/io_context.hpp>
39 #if BOOST_VERSION < 106600