From 56c08eb53df1918da728e27fa5c6572f0cf03452 Mon Sep 17 00:00:00 2001 From: agastya Date: Sat, 1 Apr 2023 12:14:24 +0530 Subject: [PATCH] Fix for compilation with clang --- src/dotenv.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dotenv.cpp b/src/dotenv.cpp index 89bd3c1..1dcaf5a 100644 --- a/src/dotenv.cpp +++ b/src/dotenv.cpp @@ -8,7 +8,6 @@ using namespace std; -using namespace dotenv; dotenv::dotenv& dotenv::dotenv::load_dotenv(const string& dotenv_path, const bool overwrite, const bool interpolate)