Make clang happy.

This commit is contained in:
David Chisnall
2019-02-21 14:20:53 +00:00
committed by David Chisnall
parent a24e6270cc
commit 5adba34d60

View File

@@ -1004,7 +1004,7 @@ namespace snmalloc
static_assert(
std::remove_reference_t<decltype(
large_allocator
.memory_provider)>::pal_supports<LowMemoryNotification>(),
.memory_provider)>::template pal_supports<LowMemoryNotification>(),
"A lazy decommit strategy cannot be implemented on platforms "
"without low memory notifications");
}