Skip to content

Commit

Permalink
std::experimental::boyer_moore_horspool_searcher is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Nov 4, 2023
1 parent 0039471 commit 79edb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vcpkg/base/strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace vcpkg::Strings::details

namespace vcpkg::Strings
{
#ifdef __APPLE__
#ifndef __cpp_lib_boyer_moore_searcher
using boyer_moore_horspool_searcher = std::experimental::boyer_moore_horspool_searcher<std::string::const_iterator>;
#else
using boyer_moore_horspool_searcher = std::boyer_moore_horspool_searcher<std::string::const_iterator>;
Expand Down

0 comments on commit 79edb0d

Please sign in to comment.