Boost logo

Boost-Build :

From: Rene Rivera (grafik666_at_[hidden])
Date: 2003-06-03 10:17:53


[2003-06-03] Vladimir Prus wrote:

>
>I'm just reverse engineering V1 support for STLPort, and have a question:
>There are
> feature stlport-extensions : on off ;
> feature stlport-anachronisms : on off ;
>
>Which translate into _STLP_NO_EXTENSIONS and _STLP_NO_ANACHRONISMS
settings.
>The problem is that I cannot find either macro in
>http://www.stlport.org/doc/configure.html
>
>I'd appreciate some clarifications. Were those macroses removed, or they
are
>just undocumented? Do we need to support them any longer?

They are documented in the code, in stl_user_config.h

_STLP_NO_ANACHRONISMS

Define this macro to disable anachronistic constructs (like the ones used in
HP STL and not included in final standard, etc.)

_STLP_NO_EXTENSIONS

Define this macro to disable STLport extensions (for eaxmple, to make sure
your code will compile with some other implementation)

-- grafik - Don't Assume Anything
-- rrivera_at_[hidden] - grafik_at_[hidden]
-- 102708583_at_icq

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk