mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
Merge branch 'upstream-kwsys' into update-kwsys
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user