warnings in MSVC (2015) in 3.4.0 related to bool... #1364
Labels
platform: visual studio
related to MSVC
release item: ⚡ improvement
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
I just updated to 3.4.0 from 3.3.0 and some new warnings have appeared that were not present before.
They relate to 'bool'; MSVC warns if there is a integral type demoted to 'bool' type.
These were emitted in 3.3.0.
As you can probably gather, I have a sax parser:
which I use to convert a JSON document into another form.
For the time being, I have wrapped the header like this:
since it seems like I can safely ignore it, but I figured you might like to know about the issue to do some sort of proper fix. Especially because this warning was NOT emitted in the previous version (3.3.0).
The text was updated successfully, but these errors were encountered: