From 1a970c2afc4e53022428cf2aa83c333fa31f2bbd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Oct 2024 12:49:27 +0900 Subject: Drop Borland compiler specific code Signed-off-by: Michele Calgaro (cherry picked from commit 6b1f9116760b2a693428cc93a0304dd3d7d2856a) --- indexlib/boost-compat/intrusive_ptr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'indexlib/boost-compat/intrusive_ptr.h') diff --git a/indexlib/boost-compat/intrusive_ptr.h b/indexlib/boost-compat/intrusive_ptr.h index 39b4b7b2..a8b5b2e3 100644 --- a/indexlib/boost-compat/intrusive_ptr.h +++ b/indexlib/boost-compat/intrusive_ptr.h @@ -146,7 +146,6 @@ public: #endif - // operator! is a Borland-specific workaround bool operator! () const { return p_ == 0; -- cgit v1.2.3