From fa65f4e34c01142bf09c20497e998a2b2bbb4359 Mon Sep 17 00:00:00 2001 From: Jonathan Turkanis Date: Mon, 13 Dec 2004 04:58:28 +0000 Subject: [PATCH] Removed an instance of metafunction forwarding for Borland 5.x [SVN r26489] --- include/boost/detail/allocator_utilities.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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