diff --git a/include/boost/container/new_allocator.hpp b/include/boost/container/new_allocator.hpp index 33ffcdb..54980d1 100644 --- a/include/boost/container/new_allocator.hpp +++ b/include/boost/container/new_allocator.hpp @@ -40,6 +40,7 @@ class new_allocator typedef void * pointer; typedef const void* const_pointer; typedef new_allocator_bool propagate_on_container_move_assignment; + typedef new_allocator_bool is_always_equal; // reference-to-void members are impossible //!Obtains an new_allocator that allocates @@ -96,6 +97,7 @@ class new_allocator typedef std::size_t size_type; typedef std::ptrdiff_t difference_type; typedef new_allocator_bool propagate_on_container_move_assignment; + typedef new_allocator_bool is_always_equal; //!Obtains an new_allocator that allocates //!objects of type T2