Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11955: boost/graph/adjacency_matrix.hpp triggers deprecated code
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-08-09 09:46:29
#11955: boost/graph/adjacency_matrix.hpp triggers deprecated code
-------------------------------+----------------------
Reporter: fiesh@⦠| Owner: jewillco
Type: Bugs | Status: new
Milestone: To Be Determined | Component: graph
Version: Boost 1.60.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------
Comment (by fiesh@â¦):
It isn't, the following code does not compile:
{{{
#include <boost/graph/adjacency_matrix.hpp>
int main() {}
}}}
it results in
{{{
In file included from /usr/include/boost/graph/adjacency_matrix.hpp:26:0,
from a.cpp:1:
/usr/include/boost/graph/detail/edge.hpp:111:10: error: âhashâ is not a
class template
struct hash<boost::detail::edge_desc_impl<D, V> >
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11955#comment:4> 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:50:20 UTC