From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7394 invoked by alias); 20 Jul 2010 09:50:25 -0000 Received: (qmail 7324 invoked by uid 48); 20 Jul 2010 09:50:11 -0000 Date: Tue, 20 Jul 2010 09:50:00 -0000 Message-ID: <20100720095011.7323.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/45001] [C++0x] std::scoped_allocator_adapter missing bits In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "piotr dot rak at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-07/txt/msg02025.txt.bz2 ------- Comment #3 from piotr dot rak at gmail dot com 2010-07-20 09:50 ------- Created an attachment (id=21258) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21258&action=view) [20.9.4] std::allocator_traits Currently causes ICE, in construct<>, so not really usable. This patch is missing members test and ChangeLog entry. I will add it once PR c++/44967 is fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45001