Open
Description
When compiling using Boost 1.88.0 and Visual Studio 2019, the following C4456 warning is emitted in boost\dll\detail\windows\path_from_handle.hpp
:
boost\dll\detail\windows\path_from_handle.hpp(54,38): warning C4456: declaration of 'size' hides previous local declaration
boost\dll\detail\windows\path_from_handle.hpp(39,37): message : see declaration of 'size'
Renaming the second size
variable should remedy the issue.
Metadata
Metadata
Assignees
Labels
No labels