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: Pedro LamarÃo <pedro dot lamarao at mndfck dot org>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 11 Mar 2008 20:23:04 -0300
- Subject: Re: [c++0x] <date_time> implementation, take 3
- References: <47D67363.3090808@mndfck.org> <47D70365.7040408@suse.de>
Paolo Carlini escreveu:
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.
Should I always fully qualify stuff from <cfoo> headers?
--
P.