From 5adba34d6079bc76b922c752c9eaf9ff2404abaf Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 21 Feb 2019 14:20:53 +0000 Subject: [PATCH] Make clang happy. --- src/mem/alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mem/alloc.h b/src/mem/alloc.h index b56d4b8..7c1e90e 100644 --- a/src/mem/alloc.h +++ b/src/mem/alloc.h @@ -1004,7 +1004,7 @@ namespace snmalloc static_assert( std::remove_reference_t::pal_supports(), + .memory_provider)>::template pal_supports(), "A lazy decommit strategy cannot be implemented on platforms " "without low memory notifications"); }