Boost logo

Boost Users :

From: Zara (yozara_at_[hidden])
Date: 2007-08-22 02:40:07


On Tue, 21 Aug 2007 17:32:22 +0200, Christer Borgqvist
<christer.borgqvist10_at_[hidden]> wrote:

>Hello Boost Experts
>I'm using the BDS 2006 and
>trying to use the spirit library like this
>#include <boost/spirit.hpp>
>
>in my function
>
>string hex="0x1F";
>unsigned int value;
>parse( hex.c_str() , hex_p[assign_a(value)] ); //
> i get following compiler error
>[C++ Error] closures.hpp(238): E2299 Cannot generate template
>specialization from 'impl::closure_frame_holder<FrameT>'
>
Are you conscious that you need an old version of spirit (1.6), and
not the one shipped with boost?
AFAIK, no Borland product is able to work with new spirit libraries

Best regards,

Zara


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net