Subject: [Boost-bugs] [Boost C++ Libraries] #2119: graph/depth_first_search.hpp needs graph/vector_as_graph.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-07-15 14:27:38
#2119: graph/depth_first_search.hpp needs graph/vector_as_graph.hpp
-------------------------------+--------------------------------------------
Reporter: axel_at_[hidden] | Owner: dgregor
Type: Patches | Status: new
Milestone: Boost 1.36.0 | Component: graph
Version: Boost 1.35.0 | Severity: Problem
Keywords: |
-------------------------------+--------------------------------------------
The module graph/depth_first_search.hpp make use of VertexListGraph, which
is defined in graph/vector_as_graph.hpp. But the line
#include <boost/graph/vector_as_graph.hpp>
is missing in depth_first_search.hpp. This leads to compiler errors.
Including vector_as_graph.hpp "by hand" before including
depth_first_search removes these errors.
Fix: add the #include line in depth_first_search.hpp
-- Ticket URL: <http://svn.boost.org/trac/boost/ticket/2119> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:58 UTC