]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/graph/edmunds_karp_max_flow.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / graph / edmunds_karp_max_flow.hpp
CommitLineData
7c673cae
FG
1//=======================================================================
2// (c) Copyright Juergen Hunold 2008
3// Use, modification and distribution is subject to the Boost Software
4// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5// http://www.boost.org/LICENSE_1_0.txt)
6//=======================================================================
7
8#ifndef BOOST_DEPRECATED_INCLUDE_EDMONDS_KARP_MAX_FLOW_HPP
9#define BOOST_DEPRECATED_INCLUDE_EDMONDS_KARP_MAX_FLOW_HPP
10
20effc67 11#if defined(_MSC_VER) || defined(__BORLANDC__) && !defined(__clang__) || defined(__DMC__)
f67539c2
TL
12#pragma message( \
13 "Warning: This header is deprecated. Please use: boost/graph/edmonds_karp_max_flow.hpp")
14#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) \
20effc67 15 || defined(__IBMCPP__) || defined(__BORLANDC__)
f67539c2
TL
16#warning \
17 "This header is deprecated. Please use: boost/graph/edmonds_karp_max_flow.hpp"
7c673cae
FG
18#endif
19
20#include <boost/graph/edmonds_karp_max_flow.hpp>
21
22#endif // BOOST_DEPRECATED_INCLUDE_EDMONDS_KARP_MAX_FLOW_HPP