From cf77371af416089034949edd8aed088432a9adfb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 31 Dec 2024 11:24:44 +0900 Subject: Remove support for Metrowerks compiler Signed-off-by: Michele Calgaro --- indexlib/boost-compat/shared_ptr.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'indexlib/boost-compat/shared_ptr.h') diff --git a/indexlib/boost-compat/shared_ptr.h b/indexlib/boost-compat/shared_ptr.h index a37976fa..a369dc0f 100644 --- a/indexlib/boost-compat/shared_ptr.h +++ b/indexlib/boost-compat/shared_ptr.h @@ -244,14 +244,6 @@ public: return px != 0; } -#elif defined(__MWERKS__) && BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3003)) - typedef T * (this_type::*unspecified_bool_type)() const; - - operator unspecified_bool_type() const // never throws - { - return px == 0? 0: &this_type::get; - } - #else typedef T * this_type::*unspecified_bool_type; -- cgit v1.2.3