From 23ed8b399649838c2325f06456906847f0579a04 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Mon, 3 Feb 2025 19:33:49 +0100 Subject: [PATCH] [intseq.make] Insert spaces around - for consistency --- source/meta.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/meta.tex b/source/meta.tex index d6bf2847cb..12efd03183 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -61,7 +61,7 @@ \tcode{make_integer_sequence} denotes a specialization of \tcode{integer_sequence} with \tcode{N} non-type template arguments. The type \tcode{make_integer_sequence} is an alias for the type -\tcode{integer_sequence}. +\tcode{integer_sequence}. \begin{note} \tcode{make_integer_sequence} is an alias for the type \tcode{integer_sequence}.