
23 Apr
2012
23 Apr
'12
9:55 p.m.
On Mon, Apr 23, 2012 at 4:50 PM, Nathan Ridge <zeratul976@hotmail.com>wrote:
I'm including <boost/spirit/include/phoenix1.hpp>. I hope that's right.
That's an old version of phoenix (phoenix v1).
Try <boost/spirit/include/phoenix.hpp>, which includes phoenix v2.
I included that one first, but it said it was deprecated and to use the v1 header. I took a lucky guess and included <boost/spirit/home/phoenix.hpp> and that one works as expected, and the phoenix namespace is inside of boost namespace like I expect. I'm assuming this is the correct one to use.