From 47354e1d8a5c505225eefa3d0c42550b1b0b4320 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Thu, 29 Feb 2024 08:20:23 -0500 Subject: [PATCH] std:: hashmap variant fix --- include/blt/std/hashmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/blt/std/hashmap.h b/include/blt/std/hashmap.h index f5e59f3..2048a06 100644 --- a/include/blt/std/hashmap.h +++ b/include/blt/std/hashmap.h @@ -41,9 +41,9 @@ namespace blt using hashset_t = phmap::flat_hash_set; } #else -namespace blt { #include #include +namespace blt { template,