$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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