Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv22976
Modified Files:
CHANGES.current
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** CHANGES.current 23 Jul 2003 05:07:50 -0000 1.52
--- CHANGES.current 24 Jul 2003 20:24:49 -0000 1.53
***************
*** 2,5 ****
--- 2,16 ----
===========================
+ 2003-07-24: onsight
+ Removed (commented) type conversion operators in TypeAdapter.
+ These were dodgey at best, if not outright dangerous. They
+ are not needed in any existing code, and yet were being
+ called implicitly at times. The rules for implicit calls
+ apparently changed somewhat between gcc 3.2 and 3.3, resulting
+ in an exception during string assignment to object interfaces.
+
+ ==========> WINDOWS USERS: check that this change doesn't adversely affect
+ existing projects.
+
2003-07-22: onsight
Fixed a bug in unpack(string) which could trip an assertion
|