Boost logo

Boost :

Subject: Re: [boost] [graph] Include conflict when using spirit classic and graph libraries together
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2009-10-15 11:22:20


On Thu, 15 Oct 2009, Oliver Koenig wrote:

> Hello,
>
> boost/graph/depth_first_search.hpp includes boost/spirit/home/phoenix.hpp.
> This include points to Phoenix2, what finally leads to conflicts if the
> spirit classic library (using Phoenix1) is used together with the Boost
> graph library.
>
> Is the spirit include in boost/graph/depth_first_search.hpp needed at all? I
> cannot see where something from phoenix is used in that header and in our
> code everything seems to work fine if I simply remove this include.

It was indeed unnecessary and was removed in r56868. Thank you for
reporting this issue.

-- Jeremiah Willcock


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk