From 39a4030a70a3139d29263b92ede3d8b7618bb8b8 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Tue, 12 May 2020 15:31:58 +0200 Subject: [PATCH] removed using namespace std from header file --- vcg/complex/algorithms/mesh_to_matrix.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/vcg/complex/algorithms/mesh_to_matrix.h b/vcg/complex/algorithms/mesh_to_matrix.h index 06ff42f6..96e4a2c1 100644 --- a/vcg/complex/algorithms/mesh_to_matrix.h +++ b/vcg/complex/algorithms/mesh_to_matrix.h @@ -28,8 +28,6 @@ #include #include -using namespace std; - namespace vcg { namespace tri { template < typename MeshType >