Opened 5 years ago
Closed 5 years ago
#13239 closed Bugs (fixed)
typo in Boost.TypeTraits
| Reported by: | Owned by: | John Maddock | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | type_traits |
| Version: | Boost Development Trunk | Severity: | Problem |
| Keywords: | Cc: |
Description
There is no warning 4800 for the MS compiler Compiling gives
boost/type_traits/detail/has_binary_operator.hpp(40): warning C4619: #pragma warning: there is no warning number '4800'
warning 4619 is level 3 and therefore visible in most cases
My compiler
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25508.2 for x64
Change History (2)
comment:1 by , 5 years ago
| Component: | None → type_traits |
|---|---|
| Owner: | set to |
comment:2 by , 5 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

yup, fixed, thanks.