Skip to content

Commit

Permalink
remove using namespace std in template
Browse files Browse the repository at this point in the history
  • Loading branch information
petitlapin committed Dec 23, 2024
1 parent e240d70 commit 389cb67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev-scripts/templates/check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <clang/AST/AST.h>

using namespace clang;
using namespace std;

%2::%2(const std::string &name, ClazyContext *context)
: CheckBase(name, context)
Expand Down

0 comments on commit 389cb67

Please sign in to comment.