On 18/10/14 23:22 +0300, Ville Voutilainen wrote:
On 18 October 2014 23:18, Ville Voutilainen <ville.voutilai...@gmail.com> wrote:
Tested on Linux-x64.
2014-10-18 Ville Voutilainen <ville.voutilai...@gmail.com>
Implement more Library Fundamentals v1 variable templates for
type traits.
* include/Makefile.am: Add ratio, chrono and system_error.
* include/experimental/chrono: New.
* include/experimental/ratio: Likewise.
* include/experimental/system_error: Likewise.
* include/experimental/tuple (tuple_size_v): Likewise.
* testsuite/experimental/chrono/value.cc: Likewise.
* testsuite/experimental/ratio/value.cc: Likewise.
* testsuite/experimental/system_error/value.cc: Likewise.
* testsuite/experimental/tuple/tuple_size.cc: Likewise.
Hah, failed to uglify system_error. New patch attached.
Thanks.
The templates should also use 'typename' not 'class' but I can make
that change before committing it so no need for a new patch.
I'll do the commit tomorrow.