diff --git a/include/boost/container/hub.hpp b/include/boost/container/hub.hpp
index 93e59d7..2a596de 100644
--- a/include/boost/container/hub.hpp
+++ b/include/boost/container/hub.hpp
@@ -1078,7 +1078,8 @@ public:
//! Requires: T is CopyInsertable into the hub.
//!
//! Complexity: Linear in il.size().
- hub(std::initializer_list il, const allocator_type& al_ = allocator_type()):
+ hub(std::initializer_list il
+ , const BOOST_CONTAINER_DOC1ST(allocator_type, dtl::type_identity_t) &al_ = allocator_type()):
hub(il.begin(), il.end(), al_) {}
//! Effects: Destroys all elements and deallocates all blocks.