From c47735cf1ac762f9fb9e2aa9a197b636b671c8b4 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:02:34 +0000 Subject: Utilisateur : Fcolin Date : 23/01/01 Heure : 13:12 Archivé dans $/Ivy Commentaire: remove 'using name space std;' (vss 4) --- Ivy/IvyStdAfx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ivy/IvyStdAfx.h b/Ivy/IvyStdAfx.h index 622609f..a036dd3 100644 --- a/Ivy/IvyStdAfx.h +++ b/Ivy/IvyStdAfx.h @@ -47,9 +47,9 @@ struct ip_mreq { #include #include -using namespace std; +typedef std::string String; -// Debugging function +//using namespace std; #ifndef TRACE #ifdef WIN32 -- cgit v1.1