From 82ac1bdc87d11b33e64b9d28e6022b42f616d654 Mon Sep 17 00:00:00 2001 From: Luigi Malomo Date: Wed, 17 Nov 2021 23:36:06 +0100 Subject: [PATCH] remove 'using namespace std' also from comments --- wrap/gcache/cache.h | 1 - wrap/gui/frustum.h | 1 - wrap/gui/trackutils.h | 1 - 3 files changed, 3 deletions(-) diff --git a/wrap/gcache/cache.h b/wrap/gcache/cache.h index 713e7a41..4bccfd65 100644 --- a/wrap/gcache/cache.h +++ b/wrap/gcache/cache.h @@ -26,7 +26,6 @@ typedef unsigned __int64 uint64_t; #include "provider.h" -//using namespace std; /* this cache system enforce the rule that the items in a cache are always in all the cache below */ /* two mechanism to remove tokens from the cache: 1) set token count to something low diff --git a/wrap/gui/frustum.h b/wrap/gui/frustum.h index 8f6108ca..34c8de25 100644 --- a/wrap/gui/frustum.h +++ b/wrap/gui/frustum.h @@ -59,7 +59,6 @@ Adding copyright. #include #include -//using namespace std; namespace vcg { diff --git a/wrap/gui/trackutils.h b/wrap/gui/trackutils.h index 6df38318..1c5a8591 100644 --- a/wrap/gui/trackutils.h +++ b/wrap/gui/trackutils.h @@ -35,7 +35,6 @@ #include #include #include -//using namespace std; namespace vcg {