Boost logo

Boost :

From: Fernando Cacciola (fcacciola_at_[hidden])
Date: 2002-07-19 15:34:00


----- Original Message -----
From: "Douglas Gregor" <gregod_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Friday, July 19, 2002 4:52 PM
Subject: Re: [boost] Re: boost::function< R (*) (A1, A2) >

> On Friday 19 July 2002 03:41 pm, Jason Shirk wrote:
> > FWIW, VC7 and later support __declspec(deprecated) for just this
> > purpose.
>
> Great, thanks. Anyone know if other compilers support this type of
extension?
> 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


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