mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
Fix the prime number list length in unordered.
[SVN r52674]
This commit is contained in:
@ -83,7 +83,7 @@ namespace boost {
|
||||
1610612741ul, 3221225473ul, 4294967291ul };
|
||||
|
||||
template<typename T>
|
||||
std::ptrdiff_t const prime_list_template<T>::length = 28;
|
||||
std::ptrdiff_t const prime_list_template<T>::length = 40;
|
||||
|
||||
typedef prime_list_template<std::size_t> prime_list;
|
||||
|
||||
|
Reference in New Issue
Block a user