]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/graph/include/boost/graph/edmunds_karp_max_flow.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / graph / include / 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
11#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
12# pragma message ("Warning: This header is deprecated. Please use: boost/graph/edmonds_karp_max_flow.hpp")
13#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
14# warning "This header is deprecated. Please use: boost/graph/edmonds_karp_max_flow.hpp"
15#endif
16
17#include <boost/graph/edmonds_karp_max_flow.hpp>
18
19#endif // BOOST_DEPRECATED_INCLUDE_EDMONDS_KARP_MAX_FLOW_HPP