This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Status of time_get and time_put facets
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: libstdc++ at gcc dot gnu dot org
- Cc: Benjamin Kosnik <bkoz at constant dot com>, nicoara at roguewave dot com
- Date: Wed, 29 Jan 2003 19:40:37 +0100
- Subject: Re: Status of time_get and time_put facets
- References: <3E381212.6090901@roguewave.com> <3E3814DA.2050905@roguewave.com>
Martin Sebor wrote:
The time_put facet also seems broken (see below).
Hi.
Your example works fine for me if I add an
std::cout.imbue(loc);
just before the for loop.
Isn't that required?!?
Thanks,
Paolo.