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

Jeremiah Willcock jewillco at osl.iu.edu
Mon Dec 19 01:03:59 GMT 2011


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





--- Comment #12 from Jeremiah Willcock <jewillco osl iu edu>  2011-12-19 01:03:58 ---
Looking at the first Boost-related error in the build log, it appears that you
are taking the reverse_graph's edge descriptor and converting it to the
original graph's edge descriptor, then using that to access a property in the
reverse_graph.  The easiest solution might just be to define a reverse_edge_t
(graph_traits<reverse_graph<...> >::edge_descriptor) and be careful not to
assign those to edge_ts, or, alternatively, to use edge_ts to access properties
only in the original graph.

-- 
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