From 3d0e8518e0a40d6bc353aec9207d38f5add3a260 Mon Sep 17 00:00:00 2001 From: Kaiqi Liang Date: Wed, 29 May 2024 16:39:01 +1000 Subject: [PATCH] Fix namespace --- svf/include/Graphs/ConsG.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/svf/include/Graphs/ConsG.h b/svf/include/Graphs/ConsG.h index 01c9ab871..109d50af5 100644 --- a/svf/include/Graphs/ConsG.h +++ b/svf/include/Graphs/ConsG.h @@ -382,10 +382,7 @@ class ConstraintGraph : public GenericGraph 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. @@ -405,6 +402,6 @@ template<> struct GenericGraphTraits : public GenericGrap typedef SVF::ConstraintNode *NodeRef; }; -} // End namespace llvm +} // End namespace SVF #endif /* CONSG_H_ */