From eee96e80592cc5f63edbf08599854957b3c4cfd5 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 19 Dec 2002 18:15:53 +0000 Subject: [PATCH] Borland 5.6.1 still broken. [SVN r16666] --- include/boost/shared_ptr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {