This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: SD-6 C++ feature-testing macros for 4.9
- From: Jason Merrill <jason at redhat dot com>
- To: Ed Smith-Rowland <3dw4rd at verizon dot net>, Jonathan Wakely <jwakely at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, thiago macieira <thiago dot macieira at intel dot com>, "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 07 Oct 2014 12:39:32 -0400
- Subject: Re: SD-6 C++ feature-testing macros for 4.9
- Authentication-results: sourceware.org; auth=none
- References: <20141002101206 dot GY4197 at redhat dot com> <20141002101451 dot GZ4197 at redhat dot com> <542D5C8F dot 9010301 at verizon dot net> <20141002142414 dot GB4197 at redhat dot com> <542D67FC dot 2030807 at verizon dot net> <542D71D3 dot 8040106 at redhat dot com> <1678629840 dot 40045279 dot 1412264555459 dot JavaMail dot zimbra at redhat dot com> <5430828D dot 6020304 at verizon dot net>
On 10/04/2014 07:28 PM, Ed Smith-Rowland wrote:
This really does build clean and test clean on x86_64-linux.
It's basically the same as for 5.0 except experimental/any isn't in and
variable templates aren't in.
OK.
Jason