#13378 closed Bugs (fixed)
VC++ 14 compiler warning C4456: declaration of 'it' hides previous local declaration
Reported by: | Owned by: | Barend Gehrels | |
---|---|---|---|
Milestone: | To Be Determined | Component: | geometry |
Version: | Boost 1.66.0 | Severity: | Problem |
Keywords: | warning, C4456 | Cc: |
Description
I am using Microsoft Visual Studio 15.5.1 (VCToolsVersion 14.12.25827) to compile boost 1.66.0. I use compiler flag /W4. The following warning (which we declared an error for our project) occurs in geometry:
\boost_1_66_0\boost\geometry\algorithms\detail\overlay\handle_colocations.hpp(315): warning C4456: declaration of 'it' hides previous local declaration
Note:
See TracTickets
for help on using tickets.
Thanks, fixed now, will be released in 1.67 (cannot select that now)