Drop Borland compiler specific code

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 02c62f9c92)
r14.1.x
Michele Calgaro 4 weeks ago
parent d7569eb49b
commit cfe784e12f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -141,7 +141,6 @@ public:
return p_ == 0? 0: &intrusive_ptr::get;
}
// operator! is a Borland-specific workaround
bool operator! () const
{
return p_ == 0;

Loading…
Cancel
Save