This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [libstdc++ PATCH] More Fundamentals v1 variable templates
- 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++ at gcc dot gnu dot org
- Date: Tue, 21 Oct 2014 14:11:52 +0100
- Subject: Re: [libstdc++ PATCH] More Fundamentals v1 variable templates
- Authentication-results: sourceware.org; auth=none
- References: <CAFk2RUakqvbt-MQaTADLBjhG_cTAyAXrCF9tht72gpOmrUcbng at mail dot gmail dot com> <CAFk2RUbMvrj4i+YSMJLRmwvFvdoVEsApBGtYNWEH2JrpXhpvDA at mail dot gmail dot com> <20141020123801 dot GE3033 at redhat dot com> <CAFk2RUaVddfKCp4WwhOHo7NO4ZPcUGag=Dy86Re=2wmYP9cxog at mail dot gmail dot com>
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).