From f687729170a857c1c6b730545ce9ed5deef2bbcc Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 19 Dec 2021 11:00:07 -0500 Subject: [PATCH] update comment with attribution --- examples/lazy_emplace_l.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/lazy_emplace_l.cc b/examples/lazy_emplace_l.cc index 2397855..30a040f 100644 --- a/examples/lazy_emplace_l.cc +++ b/examples/lazy_emplace_l.cc @@ -1,5 +1,6 @@ // ------------------------ // Windows specific example +// curtesy of @kanonka // ------------------------ #include #include "parallel_hashmap/phmap.h"