$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-07-19 15:43:57
On Friday 19 July 2002 04:34 pm, Fernando Cacciola wrote:
> > I have a lot of things to deprecate...
>
> Borland has something similar:
>
> #pragma obsolete <identifier>
>
> With this pragma, each time the *preprocessor* sees the identifier *after
> the pragma*, it issues a warning.
>
> Fernando Cacciola
> Sierra s.r.l.
> fcacciola_at_[hidden]
> www.gosierra.com
That doesn't seem as useful as I would hope :(. At the moment, I've just added
'int deprecated = 0' as the last argument of each of the deprecated functions
to trigger a warning.
Doug