diff --git a/include/boost/detail/allocator_utilities.hpp b/include/boost/detail/allocator_utilities.hpp index 1c406cf..b9bbe3e 100644 --- a/include/boost/detail/allocator_utilities.hpp +++ b/include/boost/detail/allocator_utilities.hpp @@ -130,8 +130,10 @@ template struct rebinder { template - struct result:Allocator::BOOST_NESTED_TEMPLATE rebind + struct result { + typedef typename Allocator::BOOST_NESTED_TEMPLATE + rebind::other other; }; }; #endif