This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3 PATCH] Implement C++17 variable templates for type traits.
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Ville Voutilainen <ville dot voutilainen at gmail dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Fri, 29 Jul 2016 19:55:14 +0100
- Subject: Re: [v3 PATCH] Implement C++17 variable templates for type traits.
- Authentication-results: sourceware.org; auth=none
- References: <CAFk2RUY=EOYYVd5fuHQNoWSO76EK=1YkqV-cW86r+AopWAX8vg@mail.gmail.com>
On 29/07/16 01:27 +0300, Ville Voutilainen wrote:
Implement C++17 variable templates for type traits.
* include/std/chrono (treat_as_floating_point_v): New.
* include/std/ratio: (ratio_equal_v, ratio_not_equal_v)
(ratio_less_v, ratio_less_equal_v, ratio_greater_v)
(ratio_greater_equal_v): Likewise.
There's one overlong line in <ratio>, please split across two lines.
Apart from that it's fine - please go ahead and commit.
Thanks for doing all this C++17 work. As you mentioned on IRC we'll
need to update the status tables in the manual and the GCC 7 release
notes, but I can take care of that.