This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] c++0x std::ratio implementation
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Chris Fairles <chris dot fairles at gmail dot com>, gcc-patches at gcc dot gnu dot org, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Fri, 4 Jul 2008 08:18:22 -0500 (CDT)
- Subject: Re: [v3] c++0x std::ratio implementation
- Accept-language: en-US
- References: <fac6bb500806291322i478b995epe6eee134fcec2d8d@mail.gmail.com> <fac6bb500807040531w3ccaff40w7873f176d0d14a72@mail.gmail.com>
> Updated patch.
Thanks. I'm looking into it. Note that, currently at least, we cannot assume <cstdint> to be non-trivial on all the platforms supported by GCC, that is, std::intmax_t may well be unavailable. The code and the tests require guards...
Paolo.