This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: deprecated attributes vs. class templates
Benjamin Kosnik <bkoz@redhat.com> writes:
> > My guess would be that attr(deprecated) just has never worked on templates.
>
> Thanks. There are two existing bug reports about attribute deprecated
> WRT C++:
>
> 15269
> 16370
>
> It looks like this can be considered part of 16370, so I won't add a
> new bug report just for class templates, although I did make note of
> this in comment #5.
Yes, I've run into this issue myself. It would be nice to get it
fixed some day.
Ian