[libstdc++ PATCH] More Fundamentals v1 variable templates
Jonathan Wakely
jwakely@redhat.com
Tue Oct 21 13:11:00 GMT 2014
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
>--- a/libstdc++-v3/include/Makefile.am
>+++ b/libstdc++-v3/include/Makefile.am
>@@ -644,7 +644,10 @@ experimental_headers = \
> ${experimental_srcdir}/string_view \
> ${experimental_srcdir}/string_view.tcc \
> ${experimental_srcdir}/tuple \
>- ${experimental_srcdir}/type_traits
>+ ${experimental_srcdir}/type_traits \
>+ ${experimental_srcdir}/ratio \
>+ ${experimental_srcdir}/chrono \
>+ ${experimental_srcdir}/system_error \
I rearranged these files to keep them in alphabetical order (and
remove the trailing backslash).
More information about the Libstdc++
mailing list