瀏覽代碼

Make get_stl_prime_list an inline function to avoid duplicate copies of it.

Bill Hoffman 15 年之前
父節點
當前提交
54319451a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/kwsys/hashtable.hxx.in

+ 1 - 1
Source/kwsys/hashtable.hxx.in

@@ -390,7 +390,7 @@ enum { _stl_num_primes = 31 };
 
 // create a function with a static local to that function that returns
 // the static
-const unsigned long* get_stl_prime_list() {
+inline const unsigned long* get_stl_prime_list() {
 
 static const unsigned long _stl_prime_list[_stl_num_primes] =
 {