Boost logo

Boost :

From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2003-12-17 23:27:02


"Robert Ramey" <ramey_at_[hidden]> wrote

> I would like something like this
> to detect that STL Port is being used. I couldn't find
> it. Actually I need this now.
>

#if !defined(__SGI_STL_PORT) && !defined(_STLPORT_VERSION)
# include <utility>
# if !defined(__SGI_STL_PORT) && !defined(_STLPORT_VERSION)
# error "This is not STLPort!"
# endif
#endif

Taken from boost/config/select_stdlib_config.hpp.

/Pavel


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk