This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++14] implement [[deprecated]].
- From: Ed Smith-Rowland <3dw4rd at verizon dot net>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>, Jason Merrill <jason at redhat dot com>
- Date: Tue, 22 Oct 2013 08:55:29 -0400
- Subject: Re: [C++14] implement [[deprecated]].
- Authentication-results: sourceware.org; auth=none
- References: <52666F68 dot 5080405 at verizon dot net> <52667177 dot 5080201 at oracle dot com>
On 10/22/2013 08:37 AM, Paolo Carlini wrote:
On 10/22/2013 02:28 PM, Ed Smith-Rowland wrote:
I think this is pretty easy - gnu::deprecated has the same semantics.
Unfortunately however, gnu::deprecated has a number of long standing
issues (just search Bugzilla), personally I'm not sure we want to say
everybody that we have got [[deprecated]] implemented, until those are
solved. Just my personal opinion.
Paolo.
I'll check bugzilla. We'll hold...