From 2045854fdeefed67bd0026a21f698a2ba412f161 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 2 Jun 2008 15:15:16 +0000 Subject: [PATCH] Disable hash and slist support when _STLP_NO_EXTENSIONS is defined. [SVN r46044] --- include/boost/config/stdlib/stlport.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/config/stdlib/stlport.hpp b/include/boost/config/stdlib/stlport.hpp index 98fdd434..b1dabf23 100644 --- a/include/boost/config/stdlib/stlport.hpp +++ b/include/boost/config/stdlib/stlport.hpp @@ -98,8 +98,10 @@ // // We always have SGI style hash_set, hash_map, and slist: // +#ifndef _STLP_NO_EXTENSIONS #define BOOST_HAS_HASH #define BOOST_HAS_SLIST +#endif // // STLport does a good job of importing names into namespace std::,