|
From: Jens T. <Jen...@st...> - 2002-06-23 22:34:58
|
> Namely, can you check how one can determine whether one's using STLPort?
> Is there any #define one can test for?
>
it's
/* SGI basic release */
# define __SGI_STL 0x330
/* Adaptation version */
# define __SGI_STL_PORT 0x400
and __STL_MSVC which is
# define __STL_MSVC _MSC_VER
Jens.
|