Kea  1.5.0
asio_wrapper.h File Reference
#include <boost/asio.hpp>
+ Include dependency graph for asio_wrapper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GNU_CC_VERSION
 

Macro Definition Documentation

◆ GNU_CC_VERSION

#define GNU_CC_VERSION
Value:
(__GNUC__ * 10000 \
+ __GNUC_MINOR__ * 100 \
+ __GNUC_PATCHLEVEL__)

Definition at line 64 of file asio_wrapper.h.