LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
boost_version_types.hpp
Go to the documentation of this file.
1#include <boost/asio.hpp>
2#include <boost/asio/ip/address.hpp>
3
4#ifndef BOOST_VERSION_TYPES_HPP
5#define BOOST_VERSION_TYPES_HPP
6
7#if BOOST_VERSION >= 106600
8#define BOOST_ASIO_MAKE_ADDRESS boost::asio::ip::make_address
9#else
10#define BOOST_ASIO_MAKE_ADDRESS boost::asio::ip::address::from_string
11#endif
12
13#endif