mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-31 21:24:40 +02:00
Borland C++ 5.6 still needs the workaround.
[SVN r16379]
This commit is contained in:
@@ -127,8 +127,8 @@ public:
|
|||||||
|
|
||||||
// generated copy constructor, assignment, destructor are fine...
|
// generated copy constructor, assignment, destructor are fine...
|
||||||
|
|
||||||
// except on Borland C++ 5.5.1
|
// except on Borland C++ 5.5.1 (and 5.6)
|
||||||
#if defined(__BORLANDC__) && (__BORLANDC__ <= 0x551)
|
#if defined(__BORLANDC__) && (__BORLANDC__ <= 0x560)
|
||||||
|
|
||||||
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