]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/container/detail/value_functors.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / container / detail / value_functors.hpp
CommitLineData
11fdf7f2
TL
1#ifndef BOOST_CONTAINER_DETAIL_VALUE_FUNCTORS_HPP
2#define BOOST_CONTAINER_DETAIL_VALUE_FUNCTORS_HPP
3///////////////////////////////////////////////////////////////////////////////
4//
5// (C) Copyright Ion Gaztanaga 2017-2017. Distributed under the Boost
6// Software License, Version 1.0. (See accompanying file
7// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8//
9// See http://www.boost.org/libs/container for documentation.
10//
11///////////////////////////////////////////////////////////////////////////////
12
13#ifndef BOOST_CONFIG_HPP
14# include <boost/config.hpp>
15#endif
16
17#if defined(BOOST_HAS_PRAGMA_ONCE)
18# pragma once
19#endif
20
1e59de90
TL
21#include <boost/intrusive/detail/value_functors.hpp>
22
20effc67
TL
23namespace boost {
24namespace container {
25
1e59de90
TL
26using ::boost::intrusive::value_less;
27using ::boost::intrusive::value_equal;
11fdf7f2 28
20effc67
TL
29} //namespace container {
30} //namespace boost {
31
11fdf7f2 32#endif //BOOST_CONTAINER_DETAIL_VALUE_FUNCTORS_HPP