#ifdef _MSC_VER
using namespace std; // string type lives in the std namespace on VC++
#endif
en esperant que ca marche comme avant
#ifdef _MSC_VER
#define GDCM_EXPORT __declspec( dllexport )
-using namespace std;
#else
#define GDCM_EXPORT
#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;