mirror of https://github.com/CGAL/cgal
- VC++ 7 warning.
This commit is contained in:
parent
3af17b3d3d
commit
77fecb1530
|
|
@ -1,5 +1,8 @@
|
|||
Changes done to the Interval Arithmetic package.
|
||||
|
||||
Version 4.103 on 4 July 2001
|
||||
- VC++ 7 warning.
|
||||
|
||||
Version 4.102 on 26 June 2001
|
||||
- Doc update.
|
||||
|
||||
|
|
|
|||
|
|
@ -289,7 +289,7 @@ void force_ieee_double_precision(); // Used by the Fixed_precision_nt.
|
|||
// A class whose constructor sets the FPU mode to +inf, saves a backup of it,
|
||||
// and whose destructor resets it back to the saved state.
|
||||
|
||||
template <bool Protected> class Protect_FPU_rounding;
|
||||
template <bool Protected> struct Protect_FPU_rounding;
|
||||
|
||||
template <>
|
||||
struct Protect_FPU_rounding<true>
|
||||
|
|
|
|||
Loading…
Reference in New Issue