2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-09 11:12:28 +00:00

Move enum out of GraphParse::operator()

[SVN r33642]
This commit is contained in:
Douglas Gregor
2006-04-10 19:27:23 +00:00
parent 64428fc074
commit 891ec4e4e3

View File

@@ -132,7 +132,7 @@ struct GraphParser
typedef typename graph_traits<Graph>::vertex_descriptor Vertex;
std::vector<Vertex> nodes;
State state = PARSE_VERTEX;
GraphParserState state = PARSE_VERTEX;
unsigned int numLine = 1;
char c;