]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / vmd / detail / recurse / data_equal / data_equal_headers.hpp
1
2 // (C) Copyright Edward Diener 2011-2015
3 // Use, modification and distribution are subject to the Boost Software License,
4 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt).
6
7 #if !defined(BOOST_VMD_DETAIL_DATA_EQUAL_HEADERS_HPP)
8 #define BOOST_VMD_DETAIL_DATA_EQUAL_HEADERS_HPP
9
10 #include <boost/preprocessor/array/size.hpp>
11 #include <boost/preprocessor/comparison/equal.hpp>
12 #include <boost/preprocessor/control/iif.hpp>
13 #include <boost/preprocessor/control/while.hpp>
14 #include <boost/preprocessor/list/size.hpp>
15 #include <boost/preprocessor/seq/size.hpp>
16 #include <boost/preprocessor/tuple/elem.hpp>
17 #include <boost/preprocessor/tuple/size.hpp>
18 #include <boost/vmd/equal.hpp>
19 #include <boost/vmd/identity.hpp>
20 #include <boost/vmd/detail/data_equal_common.hpp>
21
22 #endif /* BOOST_VMD_DETAIL_DATA_EQUAL_HEADERS_HPP */