Index: src/IceMemory.cpp |
diff --git a/src/IceMemory.cpp b/src/IceMemory.cpp |
index 0026661607e1c1d9d600da0a6e5550660073dd73..ce1ff6aa127466e57ce929f2a531eb94c540a882 100644 |
--- a/src/IceMemory.cpp |
+++ b/src/IceMemory.cpp |
@@ -38,7 +38,7 @@ void CfgAllocatorTraits::set_current(ArenaAllocator *Allocator) { |
ICE_TLS_SET_FIELD(CfgAllocator, Allocator); |
} |
-void CfgAllocatorTraits::set_current(nullptr_t) { |
+void CfgAllocatorTraits::set_current(std::nullptr_t) { |
ICE_TLS_SET_FIELD(CfgAllocator, nullptr); |
} |