Index: uspace/lib/cpp/include/impl/unordered_map.hpp
===================================================================
--- uspace/lib/cpp/include/impl/unordered_map.hpp	(revision db628a0e1cb4d1a673c553a0f195eca9732e4b64)
+++ uspace/lib/cpp/include/impl/unordered_map.hpp	(revision 402f18d632d3ffb3d1a92d4b85838681e4ca5e5a)
@@ -209,5 +209,5 @@
             size_type max_size() const noexcept
             {
-                return table_.max_size();
+                return table_.max_size(allocator_);
             }
 
