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 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).


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