From eb809543febedb86a1aeba4b0f595066b084b290 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 29 Feb 2020 21:52:15 +0330 Subject: ci fix --- cgrep.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgrep.cpp b/cgrep.cpp index f3bcbb3..b9d8f26 100644 --- a/cgrep.cpp +++ b/cgrep.cpp @@ -16,7 +16,7 @@ using namespace clang; using namespace clang::ast_matchers; using namespace clang::driver; using namespace clang::tooling; -using namespace boost::filesystem; +//using namespace boost::filesystem; /***********************************************************************************************/ namespace { static llvm::cl::OptionCategory CGrepCat("cgrep options"); @@ -153,7 +153,7 @@ static std::string get_line_from_file(SourceManager &SM, const MatchFinder::Matc * * @param path */ -#if 1 +#if 0 static void dig(boost::filesystem::path dir, int argc, const char** argv) { //just to be compatible with old gcc versions //for (const auto &entry : boost::filesystem::directory_iterator(dir)) { -- cgit v1.2.3