On Fri, Apr 1, 2011 at 2:55 AM, Sébastien Taylor <[email protected]> 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 <[email protected]> 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

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Cpp-netlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel

Reply via email to