boost::container::pmr::slist_of
// In header: <boost/container/pmr/slist.hpp> template<typename T> struct slist_of { // types typedef boost::container::slist< T, polymorphic_allocator< T > > ; };
A portable metafunction to obtain a slist that uses a polymorphic allocator