[Boost-bugs] [Boost C++ Libraries] #4310: boost graph compressed sparse row graph csr_in_edge_iterator doesn't compile

Subject: [Boost-bugs] [Boost C++ Libraries] #4310: boost graph compressed sparse row graph csr_in_edge_iterator doesn't compile
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-06-08 12:34:44


#4310: boost graph compressed sparse row graph csr_in_edge_iterator doesn't
compile
--------------------------------------------------------------------+-------
 Reporter: Sören Meyer-Eppler <Soeren.Meyer-Eppler@…> | Owner: asutton
     Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: graph
  Version: Boost 1.43.0 | Severity: Problem
 Keywords: |
--------------------------------------------------------------------+-------
 The csr_in_edge_iterator class template contains a reference member (const
 CSRGraph & m_graph) and a default constructor taking no arguments. Since
 references cannot be non-initialized this won't compile. I have hacked a
 fix by making m_graph a pointer member, but I suppose a proper solution
 would look different.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4310>
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:03 UTC