This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On 18 October 2014 23:18, Ville Voutilainen <ville.voutilainen@gmail.com> wrote:
> Tested on Linux-x64.
>
> 2014-10-18  Ville Voutilainen  <ville.voutilainen@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.

Attachment: fundamentals-more-traits2.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]