Opened 6 years ago
Last modified 6 years ago
#12623 new Bugs
MSVC Warning in boyer_moore.hpp
Reported by: | Owned by: | Marshall Clow | |
---|---|---|---|
Milestone: | To Be Determined | Component: | algorithm |
Version: | Boost 1.62.0 | Severity: | Cosmetic |
Keywords: | warning | Cc: | vinnie.falco@… |
Description
Building a program that uses the 1.62.0 version of boost::algorithm::boyer_moore, with Visual Studio 15 Update 3 produces this warning:
boost_1_62_0\boost/algorithm/searching/boyer_moore.hpp(175): warning C4458: declaration of 'pat_first' hides class member
It does not appear that a fix has been committed for 1.63.0
Note:
See TracTickets
for help on using tickets.
Fixed on develop in 42db8a4; will merge to master before 1.63 release.