Disable hash and slist support when _STLP_NO_EXTENSIONS is defined.

[SVN r46044]
This commit is contained in:
John Maddock
2008-06-02 15:15:16 +00:00
parent 6c321feebf
commit 2045854fde

View File

@ -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::,