From 1beb3191c20ea315186dc761540d25c4939f1892 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Wed, 12 Aug 2020 12:53:19 -0700 Subject: Export of internal Abseil changes -- 240f86077dabaa58210e6b1a35cc442902409bf5 by Gennadiy Rozental : Fix the link to the Allocator concept description. PiperOrigin-RevId: 326292363 -- d023337da5c7c23ec5f316c4e03efc4d8404ad63 by Gennadiy Rozental : Add -DNOMINMAX to gcc/clang build command line in case they are used to build Abseil on Windows. Fixes #761 PiperOrigin-RevId: 326255039 GitOrigin-RevId: 240f86077dabaa58210e6b1a35cc442902409bf5 Change-Id: If8a40a9b2be9c0c1e652347e2f22e2fff6bbeaa1 --- absl/container/internal/raw_hash_set.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'absl/container') diff --git a/absl/container/internal/raw_hash_set.h b/absl/container/internal/raw_hash_set.h index 1f304b61..48a1a8c6 100644 --- a/absl/container/internal/raw_hash_set.h +++ b/absl/container/internal/raw_hash_set.h @@ -523,7 +523,8 @@ inline void AssertIsValid(ctrl_t* ctrl) { // if they are equal, false if they are not. If two keys compare equal, then // their hash values as defined by Hash MUST be equal. // -// Allocator: an Allocator [https://devdocs.io/cpp/concept/allocator] with which +// Allocator: an Allocator +// [https://en.cppreference.com/w/cpp/named_req/Allocator] with which // the storage of the hashtable will be allocated and the elements will be // constructed and destroyed. template -- cgit v1.2.3