Message ID | 20141104025127.GB3961@redhat.com |
---|---|
State | New |
Headers | show
Return-Path: <gcc-patches-return-382747-incoming=patchwork.ozlabs.org@gcc.gnu.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id ABAB41400EA for <incoming@patchwork.ozlabs.org>; Tue, 4 Nov 2014 16:18:53 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=msGAo6NqZHtcMdSxVa77kslBoBNwmnEBbziRADTiSkTOD45WOzJ9O 4XtglNK3OaKaxl9kLA3MwSnE2axoOXBm9FioCGwP9xJanbGj+qFOkXIIw7Ca8ULv G012qWOrBAUJBcGOAbocx/wC0nU5KiR+eFJOU11OTWVsy2r5kpQ/yU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=V9kGzBhFOa1CUDnmDBDb7pgu2zs=; b=VHTFdKntxyxU7VLbYw96 X3wcefiX5ExbxZuJwlDuGbxM/5JQPVBTq76U2xGz8Zthw6k6Gdb6YIYKsA0pUurS DSFNA3STD0cmGXA+4wmQmPGevCC/OPaPIDGgObS2AMBhsYwhHo58aDFnRpZb/9yS ZQi/0RZEESdJM7oeNB5ZrXs= Received: (qmail 21141 invoked by alias); 4 Nov 2014 02:51:33 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: <gcc-patches.gcc.gnu.org> List-Unsubscribe: <mailto:gcc-patches-unsubscribe-incoming=patchwork.ozlabs.org@gcc.gnu.org> List-Archive: <http://gcc.gnu.org/ml/gcc-patches/> List-Post: <mailto:gcc-patches@gcc.gnu.org> List-Help: <mailto:gcc-patches-help@gcc.gnu.org> Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 21114 invoked by uid 89); 4 Nov 2014 02:51:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 04 Nov 2014 02:51:31 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sA42pTDc000540 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 3 Nov 2014 21:51:29 -0500 Received: from localhost (ovpn-116-19.ams2.redhat.com [10.36.116.19]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sA42pSh5020206; Mon, 3 Nov 2014 21:51:29 -0500 Date: Tue, 4 Nov 2014 02:51:27 +0000 From: Jonathan Wakely <jwakely@redhat.com> To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [patch] Use aliases for type traits in C++14 mode. Message-ID: <20141104025127.GB3961@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="SnV5plBeK2Ge1I9g" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) |
For C++14-only components we can use the aliases for type traits. Tested x86_64-linux, committed to trunk.