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.
Note:
See TracTickets
for help on using tickets.
(In [50363]) MSVC warning suppression. Fixes #2606.