mirror of
https://github.com/boostorg/detail.git
synced 2025-07-29 20:07:15 +02:00
Removed an instance of metafunction forwarding for Borland 5.x
[SVN r26489]
This commit is contained in:
@ -130,8 +130,10 @@ template<typename Allocator>
|
||||
struct rebinder
|
||||
{
|
||||
template<typename Type>
|
||||
struct result:Allocator::BOOST_NESTED_TEMPLATE rebind<Type>
|
||||
struct result
|
||||
{
|
||||
typedef typename Allocator::BOOST_NESTED_TEMPLATE
|
||||
rebind<Type>::other other;
|
||||
};
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user