summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2004-06-18 06:39:45 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2004-06-18 06:39:45 +0000
commit3bbf1aebb2c0d461b03f6cd8e3b2f964f3d00aeb (patch)
treecb1479c5e34a0505570019957e6f25f56805572a /ChangeLog
parente6ec20ed260093756f7c53007982b98db3a92438 (diff)
downloadcppunit-3bbf1aebb2c0d461b03f6cd8e3b2f964f3d00aeb.tar.gz
Include/cppunit/extension/TestSuiteBuilderContext.
include/cppunit/extension/TestSuiteBuilderContext.h: * src/cppunit/TestSuiteBuilderContext.cpp: fixed bug #921843. This bug was caused by a known STL bug in VC++ 6. See http://www.dinkumware.com/vc_fixes.html <xtree> issue with shared std::map in dll. As a work-around the map has been replaced by a vector.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46ba384..b27b0bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-06-18 Baptiste Lepilleur <gaiacrtn@free.fr>
+
+ * include/cppunit/extension/TestSuiteBuilderContext.h:
+ * src/cppunit/TestSuiteBuilderContext.cpp: fixed bug #921843. This bug
+ was caused by a known STL bug in VC++ 6.
+ See http://www.dinkumware.com/vc_fixes.html <xtree> issue with shared
+ std::map in dll. As a work-around the map has been replaced by a vector.
+
2004-06-17 Baptiste Lepilleur <gaiacrtn@free.fr>
* include/cppunit/Portability.h: