This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] cp/cp-tree.h: Remove cp_deprecated.


Kazu Hirata <kazu@cs.umass.edu> writes:

> Hi Zack,
>
>> > Attached is a patch to remove cp_deprecated as its last use was
>> > removed by
>> >
>> >   http://gcc.gnu.org/ml/gcc-cvs/2003-01/msg00660.html
>> 
>> I can't tell if this was intentional.
>
> Deprecated stuff is always transitional.  They come and go.  I would
> think that it suffices to embed
>
>   if (warn_deprecated)
>     warning ("Feature XXX is deprecated");
>
> into whatever feature being deprecated.  I don't see a strong point
> for being clean by using cp_deprecated.

Fair, but I would prefer that one of the C++ maintainers make that
call.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]