Merge branch 'upstream-kwsys' into update-kwsys
This commit is contained in:
commit
e433223d1e
|
@ -423,7 +423,7 @@ static const unsigned long _stl_prime_list[_stl_num_primes] =
|
|||
|
||||
return &_stl_prime_list[0]; }
|
||||
|
||||
inline size_t _stl_next_prime(size_t __n)
|
||||
static inline size_t _stl_next_prime(size_t __n)
|
||||
{
|
||||
const unsigned long* __first = get_stl_prime_list();
|
||||
const unsigned long* __last = get_stl_prime_list() + (int)_stl_num_primes;
|
||||
|
|
Loading…
Reference in New Issue