diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-31 11:24:44 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-31 23:45:25 +0900 | 
| commit | 68129f0f2daa7db91578b010a9f0ea6830766168 (patch) | |
| tree | 2186b6f379b015bca3df03ce70fc2a11353ab746 /indexlib/boost-compat/config/select_compiler_config.h | |
| parent | 69430d0f797046626c52c1bebf61737da7c97e2f (diff) | |
| download | tdepim-68129f0f2daa7db91578b010a9f0ea6830766168.tar.gz tdepim-68129f0f2daa7db91578b010a9f0ea6830766168.zip | |
Remove support for Metrowerks compiler
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cf77371af416089034949edd8aed088432a9adfb)
Diffstat (limited to 'indexlib/boost-compat/config/select_compiler_config.h')
| -rw-r--r-- | indexlib/boost-compat/config/select_compiler_config.h | 7 | 
1 files changed, 1 insertions, 6 deletions
| diff --git a/indexlib/boost-compat/config/select_compiler_config.h b/indexlib/boost-compat/config/select_compiler_config.h index f3c28043..7395aa02 100644 --- a/indexlib/boost-compat/config/select_compiler_config.h +++ b/indexlib/boost-compat/config/select_compiler_config.h @@ -44,10 +44,6 @@  //  Greenhills C++  #   define BOOST_COMPILER_CONFIG "boost/config/compiler/greenhills.hpp" -#elif defined  __MWERKS__ -//  Metrowerks CodeWarrior -#   define BOOST_COMPILER_CONFIG "boost/config/compiler/metrowerks.hpp" -  #elif defined  __SUNPRO_CC  //  Sun Workshop Compiler C++  #   define BOOST_COMPILER_CONFIG "boost/config/compiler/sunpro_cc.hpp" @@ -67,8 +63,7 @@  #elif defined _MSC_VER  //  Microsoft Visual C++  // -//  Must remain the last #elif since some other vendors (Metrowerks, for -//  example) also #define _MSC_VER +//  Must remain the last #elif since some other vendors may also #define _MSC_VER  #   define BOOST_COMPILER_CONFIG "boost/config/compiler/visualc.hpp"  #elif defined (BOOST_ASSERT_CONFIG) | 
