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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user