forked from boostorg/config
As of STLport 5.2, unordered_set and unordered_map have been moved from the std:: namespace to the std::tr1:: namespace
[SVN r52269]
This commit is contained in:
@ -61,9 +61,14 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_STLPORT_VERSION) && (_STLPORT_VERSION < 0x500)
|
#if defined(_STLPORT_VERSION) && ((_STLPORT_VERSION < 0x500) || (_STLPORT_VERSION >= 0x520))
|
||||||
# define BOOST_NO_STD_UNORDERED
|
# define BOOST_NO_STD_UNORDERED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(_STLPORT_VERSION) && (_STLPORT_VERSION >= 0x520)
|
||||||
|
# define BOOST_HAS_TR1_UNORDERED_SET
|
||||||
|
# define BOOST_HAS_TR1_UNORDERED_MAP
|
||||||
|
#endif
|
||||||
//
|
//
|
||||||
// Without member template support enabled, their are no template
|
// Without member template support enabled, their are no template
|
||||||
// iterate constructors, and no std::allocator:
|
// iterate constructors, and no std::allocator:
|
||||||
|
Reference in New Issue
Block a user