$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christer Borgqvist (christer.borgqvist10_at_[hidden])
Date: 2007-08-21 11:32:22
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>'
thanks for any help
//Christer