aboutsummaryrefslogtreecommitdiff
path: root/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pass.cpp')
-rw-r--r--test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pass.cpp b/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pass.cpp
index abfab17d02ce..e2d34df8235a 100644
--- a/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pass.cpp
+++ b/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pass.cpp
@@ -38,7 +38,7 @@
#include "test_iterators.h"
template <typename T> struct MyHash {
- size_t operator () (T t) const { return static_cast<size_t>(t); }
+ size_t operator () (T t) const { return static_cast<size_t>(t); }
};
template <typename Iter1, typename Iter2>