From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5352 invoked by alias); 3 Mar 2010 20:11:08 -0000 Received: (qmail 5184 invoked by uid 48); 3 Mar 2010 20:10:56 -0000 Date: Wed, 03 Mar 2010 20:11:00 -0000 Message-ID: <20100303201056.5183.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/43241] std::tr1::regex is not fully implemented yet 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-03/txt/msg00319.txt.bz2 ------- Comment #6 from paolo dot carlini at oracle dot com 2010-03-03 20:10 ------- Bah, frankly WONTFIX doesn't seem correct either: we are not taking about a *bug* which we are not going to fix. We are talking about a largely *unimplemented* part of the future C++1x standard. Now, in my opinion, almost completely *unimplemented* features do not really belong to Bugzilla, it's way to too early for it. Unless we want to limit the span of this PR to the TR1 version: in that case, WONTFIX could be slightly more correct in the sense that we may well never implement the TR1 version of regex, but frankly it's not sure, it depends on whether it turns out to be feasible with a decent amount of macros and such. But I don't care much either way. I wanted only to clarify that the real issue is known, and we (the library maintainers) we don't consider it a bug, but a big chunk of work awaiting for somebody volunteering to do it ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43241