aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xiaofeng@google.com>2016-01-11 11:16:35 -0800
committerGravatar Feng Xiao <xiaofeng@google.com>2016-01-11 11:16:35 -0800
commitc64146f195881f349bf470948d7b5e1e3704b077 (patch)
treed628bb0bd3f755c28a40a877ffc70871f97b3949
parent5700a1054b081f425964b0b0e1535438da4b2ea1 (diff)
parent4af1cc7445ddc72785e7df5bf0a208940f2b2d9c (diff)
Merge pull request #1046 from peternewman/patch-1
Add the docs claimed define for HAVE_UNORDERED_MAP
-rw-r--r--m4/stl_hash.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/stl_hash.m4 b/m4/stl_hash.m4
index 0722b14a..d7def1af 100644
--- a/m4/stl_hash.m4
+++ b/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],