]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/container/detail/iterator_to_raw_pointer.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / container / detail / iterator_to_raw_pointer.hpp
CommitLineData
7c673cae
FG
1//////////////////////////////////////////////////////////////////////////////
2//
3// (C) Copyright Ion Gaztanaga 2014-2015. Distributed under the Boost
4// Software License, Version 1.0. (See accompanying file
5// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6//
7// See http://www.boost.org/libs/container for documentation.
8//
9//////////////////////////////////////////////////////////////////////////////
b32b8144
FG
10#ifndef BOOST_CONTAINER_DETAIL_ITERATOR_TO_RAW_POINTER_HPP
11#define BOOST_CONTAINER_DETAIL_ITERATOR_TO_RAW_POINTER_HPP
7c673cae
FG
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
b32b8144 21#include <boost/move/detail/iterator_to_raw_pointer.hpp>
7c673cae
FG
22
23namespace boost {
24namespace container {
25namespace container_detail {
26
b32b8144 27using ::boost::movelib::iterator_to_raw_pointer;
7c673cae
FG
28
29} //namespace container_detail {
30} //namespace container {
31} //namespace boost {
32
b32b8144 33#endif //#ifndef BOOST_CONTAINER_DETAIL_ITERATOR_TO_RAW_POINTER_HPP