Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#13378 closed Bugs (fixed)

VC++ 14 compiler warning C4456: declaration of 'it' hides previous local declaration

Reported by: Volker Schöch <vschoech@…> 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

Change History (1)

comment:1 by Barend Gehrels, 5 years ago

Resolution: fixed
Status: newclosed

Thanks, fixed now, will be released in 1.67 (cannot select that now)

Last edited 5 years ago by Barend Gehrels (previous) (diff)
Note: See TracTickets for help on using tickets.