]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/asio/test/ip/address_v4_range.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / asio / test / ip / address_v4_range.cpp
CommitLineData
7c673cae 1//
b32b8144
FG
2// address_v4_range.cpp
3// ~~~~~~~~~~~~~~~~~~~~
7c673cae 4//
f67539c2 5// Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff dot com)
7c673cae
FG
6//
7// Distributed under the Boost Software License, Version 1.0. (See accompanying
8// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
9//
10
11// Disable autolinking for unit tests.
12#if !defined(BOOST_ALL_NO_LIB)
13#define BOOST_ALL_NO_LIB 1
14#endif // !defined(BOOST_ALL_NO_LIB)
15
16// Test that header file is self-contained.
b32b8144 17#include <boost/asio/ip/address_v4_range.hpp>
7c673cae
FG
18
19#include "../unit_test.hpp"
20
b32b8144
FG
21//------------------------------------------------------------------------------
22
7c673cae
FG
23BOOST_ASIO_TEST_SUITE
24(
b32b8144 25 "ip/address_v4_range",
7c673cae
FG
26 BOOST_ASIO_TEST_CASE(null_test)
27)