summaryrefslogtreecommitdiff
path: root/boost/algorithm/searching/boyer_moore.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/algorithm/searching/boyer_moore.hpp')
-rw-r--r--boost/algorithm/searching/boyer_moore.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/algorithm/searching/boyer_moore.hpp b/boost/algorithm/searching/boyer_moore.hpp
index 958f0b8d0c..c5fe9fa255 100644
--- a/boost/algorithm/searching/boyer_moore.hpp
+++ b/boost/algorithm/searching/boyer_moore.hpp
@@ -33,8 +33,8 @@ References:
http://www.cs.utexas.edu/users/moore/best-ideas/string-searching/
http://www.cs.utexas.edu/~moore/publications/fstrpos.pdf
-Explanations: boostinspect:noascii (test tool complains)
- http://en.wikipedia.org/wiki/Boyer–Moore_string_search_algorithm
+Explanations:
+ http://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_string_search_algorithm
http://www.movsd.com/bm.htm
http://www.cs.ucdavis.edu/~gusfield/cs224f09/bnotes.pdf