Boost logo

Boost Users :

Subject: Re: [Boost-users] [proto] need explanation in implementing distributive law
From: Kim Kuen Tang (kuentang_at_[hidden])
Date: 2010-03-22 16:58:18


Hi joel,

the code doesnt compile on msvc 9.0 with boost 1.42. I will try the
latest boost trunk version.

joel falcou schrieb:
> Kim Kuen Tang wrote:
>>
>> Hi all,
>>
>> i would like to implement a grammar that transform a*(b+c) to a*b+a*c
>> where a,b and c are terminals. The implementation of this grammar is
>> straightforward and should compile. However i got errors that i dont
>> understand.
>> Below is the code that reproduces the errors.
> It compiles on g++ 4.3 with boost 1.42
>


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