Boost logo

Boost Users :

From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-04-10 15:27:29


On Apr 10, 2006, at 2:28 PM, Sebastian Weber wrote:

> Hi!
>
> It turned out that the enum-definition
>
> typedef enum{ PARSE_NUM_NODES, PARSE_VERTEX, PARSE_EDGE } State;
>
> which was placed inside the GraphParser::operator() method caused all
> the trouble. Once I moved that definition outside the function body
> into
> the class-defintion, everything worked as it should. I attached the
> corresponding patch. Would someone please check this and then commit
> this into cvs boost?

Thanks for the fix! I've checked it into Boost CVS.

        Doug


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