Update of /cvsroot/cppunit/cppunit2/include/cpptl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2781/include/cpptl
Modified Files:
config.h
Log Message:
* added CPPTL_NO_INT64_TO_DOUBLE if compiler does not support conversion from int64 to double (vc6)
Index: config.h
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/include/cpptl/config.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** config.h 3 Mar 2005 20:57:13 -0000 1.10
--- config.h 4 Mar 2005 22:16:57 -0000 1.11
***************
*** 19,22 ****
--- 19,23 ----
# define CPPTL_NO_TEMPLATE_PARTIAL_SPECIALIZATION
# define CPPTL_HAS_INT64 1
+ # define CPPTL_NO_INT64_TO_DOUBLE // no conversion from int64 to double
# endif
|