summaryrefslogtreecommitdiffstats
path: root/indexlib/boost-compat/config/select_stdlib_config.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-31 11:24:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-31 23:45:25 +0900
commit68129f0f2daa7db91578b010a9f0ea6830766168 (patch)
tree2186b6f379b015bca3df03ce70fc2a11353ab746 /indexlib/boost-compat/config/select_stdlib_config.h
parent69430d0f797046626c52c1bebf61737da7c97e2f (diff)
downloadtdepim-68129f0f.tar.gz
tdepim-68129f0f.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_stdlib_config.h')
-rw-r--r--indexlib/boost-compat/config/select_stdlib_config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/indexlib/boost-compat/config/select_stdlib_config.h b/indexlib/boost-compat/config/select_stdlib_config.h
index b7bf5914..a061c5be 100644
--- a/indexlib/boost-compat/config/select_stdlib_config.h
+++ b/indexlib/boost-compat/config/select_stdlib_config.h
@@ -41,10 +41,6 @@
// generic SGI STL
# define BOOST_STDLIB_CONFIG "boost/config/stdlib/sgi.hpp"
-#elif defined(__MSL_CPP__)
-// MSL standard lib:
-# define BOOST_STDLIB_CONFIG "boost/config/stdlib/msl.hpp"
-
#elif defined(__IBMCPP__)
// take the default VACPP std lib
# define BOOST_STDLIB_CONFIG "boost/config/stdlib/vacpp.hpp"