]> Creatis software - gdcm.git/commit
* src/*.[h] all occurences of stl classes are now prefixed with
authorfrog <frog>
Wed, 21 May 2003 14:42:45 +0000 (14:42 +0000)
committerfrog <frog>
Wed, 21 May 2003 14:42:45 +0000 (14:42 +0000)
commit05abd393cf82392c894dd1d852e2273b0648671d
tree1fc57a67d862fe60b2554daac06938e871d3b279
parent00bc08e9b8fd5aadac41221a071783ef3d485f94
  * 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...).
16 files changed:
ChangeLog
Makefile.am
gdcmPython/gdcm.i
src/gdcmCommon.h
src/gdcmDict.h
src/gdcmDictEntry.h
src/gdcmDictSet.h
src/gdcmElValSet.h
src/gdcmElValue.h
src/gdcmException.h
src/gdcmFile.h
src/gdcmHeader.cxx
src/gdcmHeader.h
src/gdcmUtil.cxx
src/gdcmUtil.h
src/gdcmVR.h