From 27211bc6d27444b3c0c9122c0a1eccb97a2a3632 Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 10 Jan 2005 19:25:02 +0000 Subject: [PATCH] ENH: update changelog about Mac vs VS6 and static initialization --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index bd615913..c92d2b5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-01-10 Mathieu Malaterre + * 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). + 2005-01-08 Mathieu Malaterre * Fix bug on MacOSX with static initialization in a multui threaded environement. static const string in a header file used to be ill -- 2.45.1