From 7b6103580cef8dc754f10319acdeb383a2d64beb Mon Sep 17 00:00:00 2001 From: Barry Revzin Date: Tue, 5 Nov 2024 10:13:48 -0600 Subject: [PATCH] Formatting --- 2996_reflection/p2996r8.html | 7 ++++++- 2996_reflection/reflection.md | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/2996_reflection/p2996r8.html b/2996_reflection/p2996r8.html index eb497da0..d7e501e7 100644 --- a/2996_reflection/p2996r8.html +++ b/2996_reflection/p2996r8.html @@ -8689,7 +8689,9 @@

[

[meta.reflection.result] Expression result reflection

-

::: std ::: addu

+
+
+
template <typename T>
   consteval info reflect_value(T expr);

1 @@ -8760,6 +8762,9 @@

^fn, where fn is the function designated by expr.

+

+
+

[meta.reflection.define_aggregate] Reflection class definition generation

diff --git a/2996_reflection/reflection.md b/2996_reflection/reflection.md index 90f65420..c251a7b2 100644 --- a/2996_reflection/reflection.md +++ b/2996_reflection/reflection.md @@ -5352,6 +5352,8 @@ template [#]{.pnum} *Mandates*: `T` is a function type. [#]{.pnum} *Returns*: `^fn`, where `fn` is the function designated by `expr`. +::: +::: ### [meta.reflection.define_aggregate] Reflection class definition generation {-}