mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 04:17:14 +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
|
struct rebinder
|
||||||
{
|
{
|
||||||
template<typename Type>
|
template<typename Type>
|
||||||
struct result:Allocator::BOOST_NESTED_TEMPLATE rebind<Type>
|
struct result
|
||||||
{
|
{
|
||||||
|
typedef typename Allocator::BOOST_NESTED_TEMPLATE
|
||||||
|
rebind<Type>::other other;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user