This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [c++0x] std::chrono units bug?
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Germán Diago <germandiago at gmail dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 19 Jan 2010 13:31:48 +0100
- Subject: Re: [c++0x] std::chrono units bug?
- References: <b798010f1001190422l6912ea7an16981bd0052a7e6d@mail.gmail.com>
On 01/19/2010 01:22 PM, Germán Diago wrote:
> It works. If I use seconds or milliseconds, it fails. I can't remember
> wether it fails when
>
> doing output or when using it, but it fails. Shouldn't the time units
> mind at all?
>
Sorry if my reply may appear a little harsh at firs glance, but: are you
aware that this is Free Software? Therefore you have readily available
the sources and everything you need to analyze the problem, improve the
sources, contribute to the project, share your improvements with other
people. Plus, the current working paper, N3000, is freely (as beer, not
as freedom) available from the ISO web site.
Since this mailing list is neither devoted to general help, nor to bug
reporting - we have a specific mailing list and Bugzilla for those needs
- I think the above clarification, which simply states the very spirit
of Free Software, is definitely in order.
Thanks,
Paolo.