Opened 4 years ago
Closed 4 years ago
#13646 closed Bugs (fixed)
Boost silently disables some compiler warnings.
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | type_traits |
Version: | Boost 1.67.0 | Severity: | Problem |
Keywords: | Cc: |
Description
It seems some warnings (such as signed/unsigned mismatch) in Visual Studio no longer trigger after #including <boost/range/algorithm.hpp>. This seems to be caused by unbalanced push/pop of warning levels in these headers:
- type_traits/has_minus.hpp
- type_traits/has_minus_assign.hpp
- type_traits/has_plus_assign.hpp
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Patch to fix the problem