|
Boost Users : |
Subject: Re: [Boost-users] Defining Statements with Proto
From: Eric Niebler (eric_at_[hidden])
Date: 2010-01-02 17:17:03
On 1/3/2010 6:40 AM, David A. Greene wrote:
> And I'm still getting the same compiler error on the #if 0'd code.
>
> Thanks for your help!
The attached code compiles. You weren't handling the if_ case correctly.
You had specialized ConstructGrammarCases on IfTag, but you weren't
using IfTag anywhere, so that specialization wasn't getting picked up.
There were a few other small problems, but on the whole, you were pretty
close.
-- Eric Niebler BoostPro Computing http://www.boostpro.com
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