From: Dean M. B. <mik...@gm...> - 2011-04-01 02:23:00
|
On Fri, Apr 1, 2011 at 2:55 AM, Sébastien Taylor <me...@st...> wrote: > I never got a chance to test the boost svn version to see if the issue > was resolved but Dean felt that the fix was in there so that might be > a good place to start. > I have been developing against Boost's SVN trunk but I don't see the fix in Spirit there yet. The problem is really caused by the re-do of the attribute system in Spirit, which unfortunately breaks the code that used to rely on some extension points in Spirit. I have a choice between fixing the grammar in the URI implementation and having the Spirit guys look at and fix the Spirit implementation. I'm leaning towards fixing the grammar more than having Spirit fix the breakage, but I am coordinating with them too. > On Thu, Mar 31, 2011 at 12:44 PM, Andy <joi...@ho...> wrote: >> I am having the same issue with boost 1.46 and netlib-8.1. I am trying to >> compile hello_world_client.cpp with instruction provided on your website. Is >> there workaround it till the problem is fixed? >> For the MPL stuff, yes there's workaround -- you can try `#include <boost/mpl/or.hpp>` before any cpp-netlib includes. For the Spirit stuff, unfortunately no workaround for that yet. HTH -- Dean Michael Berris http://about.me/deanberris |