From e821380d69a549dc64900693942789d21aa4df5e Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Thu, 4 Oct 2018 08:55:32 -0700 Subject: Export of internal Abseil changes. -- e09635c907d471ab46e14fb8091988c92cb4e78e by Abseil Team : Fix syntax error in documentation '}' -> ')' PiperOrigin-RevId: 215744854 -- a9e2d036850748137355f4a07083f1052d5c3766 by Abseil Team : WrapUnique's comment about avoiding explicit template specification doesn't make clear what alternative there is when this hurts readability. Add a comment about the approved alternative. PiperOrigin-RevId: 215634917 -- 596b8ff41ff70b27bff3a2369038c0fe7d13ae85 by Greg Falcon : Allow for a small amount of slop in timeout tests, as not all OSs we support give us the perfect timing behavior we're testing for here. PiperOrigin-RevId: 215615172 GitOrigin-RevId: e09635c907d471ab46e14fb8091988c92cb4e78e Change-Id: I30721294bac86510a49bb7f405149fc74c532abb --- absl/container/flat_hash_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/container/flat_hash_map.h') diff --git a/absl/container/flat_hash_map.h b/absl/container/flat_hash_map.h index 9e7f682180e5..e5570d100441 100644 --- a/absl/container/flat_hash_map.h +++ b/absl/container/flat_hash_map.h @@ -88,7 +88,7 @@ struct FlatHashMapPolicy; // {{"a", "huey"}, {"b", "dewey"}, {"c", "louie"}}; // // // Insert a new element into the flat hash map -// ducks.insert({"d", "donald"}}; +// ducks.insert({"d", "donald"}); // // // Force a rehash of the flat hash map // ducks.rehash(0); -- cgit 1.4.1