Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiqi Liang committed May 29, 2024
1 parent ee95396 commit 3d0e851
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions svf/include/Graphs/ConsG.h
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,7 @@ class ConstraintGraph : public GenericGraph<ConstraintNode,ConstraintEdge>
void view();
};

} // End namespace SVF

namespace SVF
{
/* !
* GenericGraphTraits specializations for the generic graph algorithms.
* Provide graph traits for traversing from a constraint node using standard graph traversals.
Expand All @@ -405,6 +402,6 @@ template<> struct GenericGraphTraits<SVF::ConstraintGraph*> : public GenericGrap
typedef SVF::ConstraintNode *NodeRef;
};

} // End namespace llvm
} // End namespace SVF

#endif /* CONSG_H_ */

0 comments on commit 3d0e851

Please sign in to comment.