From 4555acdaeae73b8c2d49696c9766366ead8eb847 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sun, 11 Aug 2024 21:02:05 +0200 Subject: decided to stop using 'using' because i prefer using std:: , makes the code clearer to be honest --- exercise-template.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'exercise-template.cpp') diff --git a/exercise-template.cpp b/exercise-template.cpp index 9c7d438..c6f4d6f 100644 --- a/exercise-template.cpp +++ b/exercise-template.cpp @@ -10,13 +10,6 @@ * */ -using std::string; -using std::cout; -using std::cin; -using std::cerr; -using std::clog; -using std::endl; -using std::vector; int main () { return 0; } -- cgit v1.2.3