diff --git a/include/boost/shared_ptr.hpp b/include/boost/shared_ptr.hpp index f365d8e..8ba4b13 100644 --- a/include/boost/shared_ptr.hpp +++ b/include/boost/shared_ptr.hpp @@ -129,7 +129,7 @@ public: // generated copy constructor, assignment, destructor are fine... // 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 {