forked from boostorg/smart_ptr
Borland 5.6.1 still broken.
[SVN r16666]
This commit is contained in:
@ -129,7 +129,7 @@ public:
|
|||||||
// generated copy constructor, assignment, destructor are fine...
|
// generated copy constructor, assignment, destructor are fine...
|
||||||
|
|
||||||
// except on Borland C++ 5.5.1 (and 5.6)
|
// except on Borland C++ 5.5.1 (and 5.6)
|
||||||
#if defined(__BORLANDC__) && (__BORLANDC__ <= 0x560)
|
#if defined(__BORLANDC__) && (__BORLANDC__ <= 0x561)
|
||||||
|
|
||||||
shared_ptr & operator=(shared_ptr const & r) // never throws
|
shared_ptr & operator=(shared_ptr const & r) // never throws
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user