From 82f48422c03c853c86fc598e1ec7f738a1d9684a Mon Sep 17 00:00:00 2001 From: greg Date: Thu, 25 Jul 2019 20:40:41 -0400 Subject: [PATCH] Update outdated comment --- parallel_hashmap/phmap_utils.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/parallel_hashmap/phmap_utils.h b/parallel_hashmap/phmap_utils.h index 96fb6ff..ccc078c 100644 --- a/parallel_hashmap/phmap_utils.h +++ b/parallel_hashmap/phmap_utils.h @@ -4,7 +4,9 @@ // --------------------------------------------------------------------------- // Copyright (c) 2019, Gregory Popovitch - greg7mdp@gmail.com // -// minimal header providing phmap::hash_combine +// minimal header providing phmap::HashState +// +// use as: phmap::HashState().combine(0, _first_name, _last_name, _age); // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.