瀏覽代碼

Merge pull request #1046 from peternewman/patch-1

Add the docs claimed define for HAVE_UNORDERED_MAP
Feng Xiao 9 年之前
父節點
當前提交
c64146f195
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      m4/stl_hash.m4

+ 1 - 2
m4/stl_hash.m4

@@ -4,8 +4,7 @@
 # include AC_TRY_COMPILE for all the combinations we've seen in the
 # wild.  We define HASH_MAP_H to the location of the header file, and
 # HASH_NAMESPACE to the namespace the class (unordered_map or
-# hash_map) is in.  We define HAVE_UNORDERED_MAP if the class we found
-# is named unordered_map, or leave it undefined if not.
+# hash_map) is in.
 
 # This also checks if unordered map exists.
 AC_DEFUN([AC_CXX_STL_HASH],