mirror of
https://github.com/boostorg/graph.git
synced 2026-02-27 17:12:11 +00:00
changed from #include <boost/utility.hpp> to #include <boost/tuple/tuple.hpp>
to get tie() [SVN r10940]
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include <boost/iterator_adaptors.hpp>
|
||||
#include <boost/pending/integer_range.hpp>
|
||||
#include <boost/graph/properties.hpp>
|
||||
#include <boost/utility.hpp>
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
|
||||
namespace boost {
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#define BOOST_GRAPH_TRAITS_HPP
|
||||
|
||||
#include <iterator>
|
||||
#include <boost/utility.hpp>
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
#include <boost/pending/ct_if.hpp>
|
||||
|
||||
namespace boost {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include <algorithm>
|
||||
#include <assert.h>
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/utility.hpp>
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
#ifndef BOOST_NO_SLIST
|
||||
# include <slist> // shouldn't have to include this... -JGS
|
||||
#endif
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include <fstream>
|
||||
#include <stdio.h> // for FILE
|
||||
#include <boost/property_map.hpp>
|
||||
#include <boost/utility.hpp>
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
#include <boost/graph/graph_traits.hpp>
|
||||
#include <boost/graph/properties.hpp>
|
||||
#include <boost/graph/subgraph.hpp>
|
||||
|
||||
Reference in New Issue
Block a user