I was tring to understand boost::container::allocator_traits when I encountered boost::container::allocator_traits::is_partially_propagable.
I can't find any other document about it online, and I can understand all the other members of boost::container::allocator_traits except is_partially_propagable and storage_is_unpropagable.
Edit:
And, how they're implemented and how to use them when writing a container?