cgal/Algebraic_foundations
Laurent Rineau 942a071374 Workaround for VC9/VC10 (in the testsuite only)
With /O2 and /fp:strict, MSVC produces a wrong assembler for the
following code:

    int main(){
      int i = 3;
      float f = 3.f;
      bool b = (f>= i);
      return b ? 0 : 1;
    }

The issue is with constant propagation and /fp:strict in the optimizer. The
workaround is to use volatile to prevent the constant propagation.
2011-03-01 16:54:21 +00:00
..
doc_tex Update the \ccPkgHowToCiteCgal tag for CGAL-3.8 (2011). 2011-02-24 15:21:10 +00:00
examples/Algebraic_foundations Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
include/CGAL Workaround for VC9/VC10 (in the testsuite only) 2011-03-01 16:54:21 +00:00
package_info/Algebraic_foundations Remove changes.txt files. 2008-07-24 17:47:16 +00:00
test/Algebraic_foundations Rename CGALi to internal. 2009-08-24 17:10:04 +00:00