From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8754 invoked by alias); 1 Jan 2010 11:03:43 -0000 Received: (qmail 6824 invoked by uid 48); 1 Jan 2010 11:03:30 -0000 Date: Fri, 01 Jan 2010 11:03:00 -0000 Message-ID: <20100101110330.6823.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/21772] exception safety testing In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "paolo dot carlini at oracle 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-01/txt/msg00012.txt.bz2 ------- Comment #21 from paolo dot carlini at oracle dot com 2010-01-01 11:03 ------- In the meanwhile, I double checked N3000 for basic_string: any literal type will be allowed, thus if we want to use this type of framework for C++0x we have first to make sure that the types conform to the requirements for literal type. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21772