id summary reporter owner description type status milestone component version severity resolution keywords cc 8175 Make boost::container::allocator_arg_t a typedef of std::allocator_arg_t when available Erik.Jensen@… Ion Gaztañaga "Currently, boost::container::allocator_arg_t is always defined as a simple, empty struct. It would be nice if it were instead a typedef of std::allocator_arg_t when the latter is available. Right now, I have to have a separate constructor overloads for each type, with an #if guard around the std::allocator_arg_t overload. It would be much nicer if I could just use boost::container::allocator_arg_t, and have it be automatically usable with std::scoped_allocator if supported by the implementation. Thanks." Feature Requests closed To Be Determined container Boost 1.52.0 Problem fixed Erik.Jensen@…