On 2/18/2011 1:46 AM, Hossein Haeri wrote:
> Dear all,
> 
> I have a piece of code that compiles under the Proto of Boost 1.42
> but doesn't compile under that of Boost 1.44! Here is the error
> message that I get under GCC 4.5.1 (MinGW32, WinXP, SP3):

I finally got a chance to look at this, except ...

<snip>
> template<typename> struct EmtnExpr;
> 
> struct EmtnDom: 
> boost::proto::domain<boost::proto::generator<EmtnExpr>, EmtnGram>
> {};

EmtnGram not defined...

<snip>
> ... DEFINE_EMTN(e1, EW1<InpPool, GameState, KillMsg>() >> &plus1);

... and EW1 is not defined. I really can't help you until you post code
that actually shows the problem.

-- 
Eric Niebler
BoostPro Computing
http://www.boostpro.com
_______________________________________________
proto mailing list
proto@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/proto

Reply via email to