[Digikam-devel] [Bug 287772] build failed against boost-1.48

Jeremiah Willcock jewillco at osl.iu.edu
Mon Dec 19 01:25:49 GMT 2011


https://bugs.kde.org/show_bug.cgi?id=287772





--- Comment #13 from Jeremiah Willcock <jewillco osl iu edu>  2011-12-19 01:25:49 ---
I looked through the file that is triggering the error, and in particular the
depth_first_search_sorted function; would it be possible to change the outEdges
variable there to be a QList<graph_traits<IncidenceGraph>::edge_descriptor>
rather than using a wrapper class?  You will need to change the code to call
toList rather than toEdgeList.  I think that would fix the problem relatively
easily for all Boost versions.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list