Opened 14 years ago

Closed 14 years ago

#2606 closed Bugs (fixed)

msvc C4800 warning in rational.hpp.

Reported by: anonymous Owned by: John Maddock
Milestone: To Be Determined Component: math
Version: Boost 1.37.0 Severity: Problem
Keywords: Cc:

Description

in line 444 of ratinoal.hpp there's a static_cast<bool>(unsigned) which produces msvc C4800 warning.

Change History (1)

comment:1 by John Maddock, 14 years ago

Resolution: fixed
Status: newclosed

(In [50363]) MSVC warning suppression. Fixes #2606.

Note: See TracTickets for help on using tickets.