------- 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<typename _CharT, typename _InIter>
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