From: <de...@us...> - 2003-01-23 18:52:19
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv7707 Modified Files: Tag: simdata HashUtility.h Log Message: no message Index: HashUtility.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Attic/HashUtility.h,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -C2 -d -r1.1.2.6 -r1.1.2.7 *** HashUtility.h 21 Jan 2003 19:04:11 -0000 1.1.2.6 --- HashUtility.h 23 Jan 2003 18:52:12 -0000 1.1.2.7 *************** *** 131,135 **** struct hasht_hash { bool operator()(hasht i1) const { ! return i1.a; } }; --- 131,135 ---- struct hasht_hash { bool operator()(hasht i1) const { ! return (i1.a != 0); } }; |