From: Sohail Somani (s.somani_at_[hidden])
Date: 2005-08-16 15:39:58


> maybe, but remember the code in question is deprecated and so
> is likely to disappear in1.34.

Speaking of deprecation, are there any compiler independent ways to
indicate API deprecation ala Java? I investigated this a while back
using compile time errors if a certain preprocessor directive was
defined but it got hairy with virtual methods.

Sohail