RE: example code
Posted by Jens Thiel on
URL: http://quantlib.414.s1.nabble.com/example-code-tp2090p2096.html
> 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.