Opened 5 years ago
#13145 new Bugs
parse_charset.hpp(304): warning C4456: declaration of 'invert' hides previous local declaration
Reported by: | Owned by: | Eric Niebler | |
---|---|---|---|
Milestone: | To Be Determined | Component: | xpressive |
Version: | Boost 1.63.0 | Severity: | Problem |
Keywords: | warning C4456 parse_charset.hpp invert | Cc: |
Description
While compiling on Visual Studio 2015 I've got a warning:
parse_charset.hpp(304): warning C4456: declaration of 'invert' hides previous local declaration
It's really a new declaration of the 'invert' variable and possibly there are a hidden error or the variable should be renamed
Note:
See TracTickets
for help on using tickets.