]> Creatis software - gdcm.git/blobdiff - src/gdcmCommon.h
* src/jpeg/libijg12/.cvsignore, jconfig.* : ommited files while last
[gdcm.git] / src / gdcmCommon.h
index 5c2b38054f58a8d346de4fe28afcbb3464956e8a..131fceba3d18243b398c7c8a68dafabd2b92bc2b 100644 (file)
@@ -26,12 +26,9 @@ typedef  int                 gint32;
 #endif
 
 #include <string>
-#ifdef _MSC_VER
-using namespace std;  // string type lives in the std namespace on VC++
-#endif
 
-typedef string TagKey;
-typedef string TagName;
+typedef std::string TagKey;
+typedef std::string TagName;
 
 enum FileType {
       Unknown = 0,