]> Creatis software - gdcm.git/commit
BUG: Hopefully fix the bug on MacOSX and static global initialization. This is the...
authormalaterre <malaterre>
Mon, 10 Jan 2005 19:23:31 +0000 (19:23 +0000)
committermalaterre <malaterre>
Mon, 10 Jan 2005 19:23:31 +0000 (19:23 +0000)
commite0e3ff9986778666bc665801af48923d30eb8ee7
treefc772452c08bf11ad3162b7b389114f6c9ff41f6
parent5919c78e996a255bea8a66da67165df8b753e582
BUG: Hopefully fix the bug on MacOSX and static global initialization. This is the only -minor- patch I found that both please MacOSX and VS6. Other patch would be to declare a const std::string & GDCM_UNFOUND() instead, but this would require a lot of change. Another approach wqould be that Global create those string and GDCM_UNFOUND becomes a pointer to a string (which gdcm::Global would destroy at exit).
src/gdcmCommon.h
src/gdcmGlobal.cxx