Re: [libstdc++ PATCH] More Fundamentals v1 variable templates

2014-10-21 Thread Jonathan Wakely
On 21/10/14 07:19 +0300, Ville Voutilainen wrote: No, no, no! Contributors must be punished, otherwise they will never learn! ;) Revised patch attached. Thanks, committed to trunk. diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index 1ee8ddc..c797246 100644 -

Re: [libstdc++ PATCH] More Fundamentals v1 variable templates

2014-10-20 Thread Ville Voutilainen
On 20 October 2014 15:38, Jonathan Wakely wrote: > The templates should also use 'typename' not 'class' but I can make > that change before committing it so no need for a new patch. No, no, no! Contributors must be punished, otherwise they will never learn! ;) Revised patch attached. diff --git

Re: [libstdc++ PATCH] More Fundamentals v1 variable templates

2014-10-20 Thread Jonathan Wakely
On 18/10/14 23:22 +0300, Ville Voutilainen wrote: On 18 October 2014 23:18, Ville Voutilainen wrote: Tested on Linux-x64. 2014-10-18 Ville Voutilainen Implement more Library Fundamentals v1 variable templates for type traits. * include/Makefile.am: Add ratio, chrono and system_

Re: [libstdc++ PATCH] More Fundamentals v1 variable templates

2014-10-18 Thread Ville Voutilainen
On 18 October 2014 23:18, Ville Voutilainen wrote: > Tested on Linux-x64. > > 2014-10-18 Ville Voutilainen > > Implement more Library Fundamentals v1 variable templates for > type traits. > * include/Makefile.am: Add ratio, chrono and system_error. > * include/experimental/chron

[libstdc++ PATCH] More Fundamentals v1 variable templates

2014-10-18 Thread Ville Voutilainen
Tested on Linux-x64. 2014-10-18 Ville Voutilainen 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/