]> Creatis software - gdcm.git/blobdiff - ChangeLog
* src/*.[h] all occurences of stl classes are now prefixed with
[gdcm.git] / ChangeLog
index 1093ecc2d8787961e68087e5add7f8e526c6e873..1c75af2fbb2303221a791b7c0c478cb8cec9538b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
         - gdcmPython/demo/vtkGdcmReader.py added. This demo illustrates
           the usage of the python wrapper of vtkGdcmReader vtk class.
       * vtk/vtkGdcmReader.cxx: bug fixed (thanks to Benoit Regrain).  
+      * src/*.[h] all occurences of stl classes are now prefixed with
+        std::, and all occurences of "using namespace std;" where removed.
+        This is to avoid pollution of global namespace in included files.
+        Apparently vtk does not avoid this pitfall: when using both
+        gdcm and vtk (as in vtk/vtkGdcmReader.cxx) this ended up in a
+        collision of various stl members (principally cout...).
 
 2003-05-12  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
       * src/gdcmHeader>[h/cxx] added gdcmHeader::GetPixelSize()