Skip to content
Snippets Groups Projects
Commit ce4b04f5 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

WRG: use a typedef for template type rather than int

parent c623ef89
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,8 @@ public:
typedef RCC8InEdgeIterator<OutputGraphType> InEdgeIteratorType;
typedef RCC8OutEdgeIterator<OutputGraphType> OutEdgeIteratorType;
typedef std::pair<unsigned int, unsigned int> EdgePairType;
typedef typename VertexIteratorType::VertexDescriptorType EdgePairElementType;
typedef std::pair<EdgePairElementType, EdgePairElementType> EdgePairType;
typedef std::map<EdgePairType, RCC8ValueType> EdgeMapType;
typedef std::vector<EdgeMapType> EdgeMapVectorType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment