From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28152 invoked by alias); 17 Oct 2006 00:04:31 -0000 Received: (qmail 28139 invoked by uid 48); 17 Oct 2006 00:04:23 -0000 Date: Tue, 17 Oct 2006 00:04:00 -0000 Message-ID: <20061017000423.28138.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/9635] time_get<>::date_order unimplemented In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pcarlini at suse dot de" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-10/txt/msg01450.txt.bz2 List-Id: ------- Comment #5 from pcarlini at suse dot de 2006-10-17 00:04 ------- Unfortunately, at the time I overlooked this comment in locale_facets.tcc: // NB: Not especially useful. Without an ios_base object or some // kind of locale reference, we are left clawing at the air where // the side of the mountain used to be... template time_base::dateorder time_get<_CharT, _InIter>::do_date_order() const { return time_base::no_order; } Having written the parsing code, now I have no idea how to circumvent the above issue, for the moment I'm unassigning myself from the PR. -- pcarlini at suse dot de changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|pcarlini at suse dot de |unassigned at gcc dot gnu | |dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9635