Cleaned up things that the inspect tool found in Boost.Algorithm. No functionality change

[SVN r78687]
This commit is contained in:
Marshall Clow
2012-05-27 15:24:09 +00:00
parent 8d82e7538d
commit ea13506795
20 changed files with 166 additions and 166 deletions

View File

@ -32,7 +32,7 @@ namespace boost { namespace algorithm {
* Random-access iterators * Random-access iterators
* The two iterator types (I1 and I2) must "point to" the same underlying type. * The two iterator types (I1 and I2) must "point to" the same underlying type.
http://en.wikipedia.org/wiki/KnuthMorrisPratt_algorithm http://en.wikipedia.org/wiki/Knuth-Morris-Pratt_algorithm
http://www.inf.fh-flensburg.de/lang/algorithmen/pattern/kmpen.htm http://www.inf.fh-flensburg.de/lang/algorithmen/pattern/kmpen.htm
*/ */