Opened 6 years ago

Last modified 6 years ago

#12623 new Bugs

MSVC Warning in boyer_moore.hpp

Reported by: vinnie.falco@… 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

Change History (2)

comment:1 by Marshall Clow, 6 years ago

Fixed on develop in 42db8a4; will merge to master before 1.63 release.

comment:2 by vinnie.falco@…, 6 years ago

How about in compute_bm_prefix as well?

Note: See TracTickets for help on using tickets.