Opened 5 years ago

Closed 5 years ago

#13239 closed Bugs (fixed)

typo in Boost.TypeTraits

Reported by: Jerker Bäck <jerker.back@…> 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 Kohei Takahashi, 5 years ago

Component: Nonetype_traits
Owner: set to John Maddock

comment:2 by John Maddock, 5 years ago

Resolution: fixed
Status: newclosed

yup, fixed, thanks.

Note: See TracTickets for help on using tickets.