Skip to content

Commit

Permalink
Merge pull request #1476 from Kaiqi-Liang/master
Browse files Browse the repository at this point in the history
Fix namespace
  • Loading branch information
yuleisui authored May 29, 2024
2 parents ee95396 + 3d0e851 commit de3bfec
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 de3bfec

Please sign in to comment.