Changeset 145 for cpp/common/nonstd_math.cpp
- Timestamp:
- 02/26/14 20:21:22 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/nonstd_math.cpp
r135 r145 66 66 67 67 #ifdef __BORLANDC__ 68 // there was once a problem like this: 69 // http://qc.embarcadero.com/wc/qcmain.aspx?d=5128 70 // http://www.delorie.com/djgpp/doc/libc/libc_112.html 71 // ? http://www.c-jump.com/CIS77/reference/Intel/CIS77_24319002/pg_0211.htm 72 // ? http://www.jaist.ac.jp/iscenter-new/mpc/altix/altixdata/opt/intel/vtune/doc/users_guide/mergedProjects/analyzer_ec/mergedProjects/reference_olh/mergedProjects/instructions/instruct32_hh/vc100.htm 73 // ? http://www.plantation-productions.com/Webster/www.artofasm.com/Linux/HTML/RealArithmetica2.html 74 // http://blogs.msdn.com/b/oldnewthing/archive/2008/07/03/8682463.aspx 75 // where each cast of a double into an int would cause an exception. 76 // But it was resolved by restarting windows and cleaning all intermediate compilation files :o (restarting windows was the key element! restarting BC++Builder and deleting files would not help) 68 77 69 78 #include "framsg.h"
Note: See TracChangeset
for help on using the changeset viewer.