forked from boostorg/config
_STLPORT_VERSION also indicates STLport
[SVN r11208]
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
|
||||
#include <utility>
|
||||
|
||||
#if defined(__SGI_STL_PORT)
|
||||
#if defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)
|
||||
// STLPort library; this _must_ come first, otherwise since
|
||||
// STLport typically sits on top of some other library, we
|
||||
// can end up detecting that first rather than STLport:
|
||||
|
Reference in New Issue
Block a user