From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21869 invoked by alias); 28 May 2011 14:03:25 -0000 Received: (qmail 21851 invoked by uid 22791); 28 May 2011 14:03:24 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-px0-f176.google.com (HELO mail-px0-f176.google.com) (209.85.212.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 28 May 2011 14:03:10 +0000 Received: by pxi11 with SMTP id 11so1567432pxi.21 for ; Sat, 28 May 2011 07:03:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.150.5 with SMTP id x5mr453958wfd.419.1306591389170; Sat, 28 May 2011 07:03:09 -0700 (PDT) Received: by 10.142.69.21 with HTTP; Sat, 28 May 2011 07:03:09 -0700 (PDT) In-Reply-To: References: Date: Sat, 28 May 2011 17:14:00 -0000 Message-ID: Subject: Re: [v3] Implement pointer_traits and allocator_traits From: Jonathan Wakely To: "libstdc++" , gcc-patches Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg02238.txt.bz2 I forgot to mention this is missing the rebind templates, which depend on alias template support in G++