This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [c++0x] <date_time> implementation, take 3
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Pedro LamarÃo <pedro dot lamarao at mndfck dot org>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 11 Mar 2008 23:10:45 +0100
- Subject: Re: [c++0x] <date_time> implementation, take 3
- References: <47D67363.3090808@mndfck.org>
Hi Pedro,
The test suite hasn't changed since take 2.
... but remember to use -std=gnu++0x in all the tests.
Besides that, I think we are almost ready for the commit, only, please
double check the uglifications: I'm seeing locals with names such as ns
and xns in some operators... Also, as a largely stylistic issue, please
fully qualify std::time, std::time_t.
Paolo.