- VC++ 7 warning.

This commit is contained in:
Sylvain Pion 2001-07-04 08:39:13 +00:00
parent 3af17b3d3d
commit 77fecb1530
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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>