]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/vmd/detail/match_single_identifier.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / vmd / detail / match_single_identifier.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_MATCH_SINGLE_IDENTIFIER_HPP)
8 #define BOOST_VMD_DETAIL_MATCH_SINGLE_IDENTIFIER_HPP
9
10 #include <boost/vmd/detail/match_identifier_common.hpp>
11
12 #define BOOST_VMD_DETAIL_MATCH_SINGLE_IDENTIFIER(id,key) \
13 BOOST_VMD_DETAIL_MATCH_IDENTIFIER_OP_CMP_IDS(id,key) \
14 /**/
15
16 #endif /* BOOST_VMD_DETAIL_MATCH_SINGLE_IDENTIFIER_HPP */