Hello Boost Experts
I'm using the BDS 2006 and
trying to use the spirit library like this
#include
Christer Borgqvist wrote:
Hello Boost Experts I'm using the BDS 2006 and trying to use the spirit library like this #include
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>'
Please a post complete cpp file that we can try to Spirit's mailing list: https://lists.sourceforge.net/lists/listinfo/spirit-general Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net
On Tue, 21 Aug 2007 17:32:22 +0200, Christer Borgqvist
Hello Boost Experts I'm using the BDS 2006 and trying to use the spirit library like this #include
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
participants (3)
-
Christer Borgqvist
-
Joel de Guzman
-
Zara