compiler qi [ ... ] issue

Jens Kallup <[email protected]>
Newsgroups gmane.comp.parsers.spirit.general
Message-ID <[email protected]>
Hello,

why does this peace of code brings the compiler to fail?
when [ .. ] delete, I get no errors/messages, and compile is fine.

TIA
Jens

             symbol_alpha =
                  (qi::char_("a-zA-Z_") >>
                 *(qi::char_("a-zA-Z0-9_"))
                 [
                     qi::_val =
                     phoenix::construct<compile_op>(
phoenix::construct<compile_op>(qi::_1))
                 ]    )
                ;

rule<Iterator,std::string()> symbol_alpha;


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.