-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathall.patch
More file actions
32 lines (27 loc) · 927 Bytes
/
all.patch
File metadata and controls
32 lines (27 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From 19e05f38d286ea889af4e0ef2bd2095ebc953d95 Mon Sep 17 00:00:00 2001
From: timsong-cpp <rs2740@gmail.com>
Date: Tue, 21 Apr 2026 21:51:27 -0500
Subject: [PATCH] [meta.define.static] Move misplaced \end{codeblock}
---
source/meta.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/meta.tex b/source/meta.tex
index bfebda45..0f5f5a68 100644
--- a/source/meta.tex
+++ b/source/meta.tex
@@ -3297,6 +3297,7 @@ if (meta::is_array_type(meta::type_of(array))) {
} else {
return span<const T, @\seebelow@>(static_cast<const T*>(nullptr), 0);
}
+\end{codeblock}
\pnum
\remarks
@@ -3304,7 +3305,6 @@ The second template argument of the returned \tcode{span} type
is \tcode{static_cast<size_t>(ranges::size(r))}
if \tcode{ranges::size(r)} is a constant expression, and
\tcode{dynamic_extent} otherwise.
-\end{codeblock}
\end{itemdescr}
\indexlibraryglobal{define_static_object}%
--
2.43.0