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 20:40:18 +0900 |
commit | cf77371af416089034949edd8aed088432a9adfb (patch) | |
tree | 1fb149ddf0a9151f789768e6dfa043e83dd61c18 /indexlib/boost-compat/config/select_stdlib_config.h | |
parent | d44d826885633ddfe051437358a421ecb0bf0486 (diff) | |
download | tdepim-cf77371af416089034949edd8aed088432a9adfb.tar.gz tdepim-cf77371af416089034949edd8aed088432a9adfb.zip |
Remove support for Metrowerks compiler
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'indexlib/boost-compat/config/select_stdlib_config.h')
-rw-r--r-- | indexlib/boost-compat/config/select_stdlib_config.h | 4 |
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" |