summaryrefslogtreecommitdiff
path: root/boost/unordered/detail/util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/unordered/detail/util.hpp')
-rw-r--r--boost/unordered/detail/util.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/unordered/detail/util.hpp b/boost/unordered/detail/util.hpp
index 53976f8e4f..a901477d19 100644
--- a/boost/unordered/detail/util.hpp
+++ b/boost/unordered/detail/util.hpp
@@ -56,7 +56,7 @@ namespace boost { namespace unordered { namespace detail {
// primes
#define BOOST_UNORDERED_PRIMES \
- (5ul)(11ul)(17ul)(29ul)(37ul)(53ul)(67ul)(79ul) \
+ (17ul)(29ul)(37ul)(53ul)(67ul)(79ul) \
(97ul)(131ul)(193ul)(257ul)(389ul)(521ul)(769ul) \
(1031ul)(1543ul)(2053ul)(3079ul)(6151ul)(12289ul)(24593ul) \
(49157ul)(98317ul)(196613ul)(393241ul)(786433ul) \