From 77b34b9a496ad5a3d5ad479799ffe543f8e54f35 Mon Sep 17 00:00:00 2001
From: Barry Revzin
Date: Mon, 15 Jan 2024 17:00:17 -0600
Subject: [PATCH] We're doing it
---
2996_reflection/p2996r2.html | 2 +-
2996_reflection/reflection.md | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/2996_reflection/p2996r2.html b/2996_reflection/p2996r2.html
index 0b604ee4..6ee3109d 100644
--- a/2996_reflection/p2996r2.html
+++ b/2996_reflection/p2996r2.html
@@ -1961,7 +1961,7 @@ std::meta::meow for every trait std::meow
is more straightforward and will likely be faster to compile, though means we will have a much larger library API. There are quite a few traits in 21 [meta] - but it should be easy enough to specify all of them.
+Having std::meta::meow
for every trait std::meow
is more straightforward and will likely be faster to compile, though means we will have a much larger library API. There are quite a few traits in 21 [meta] - but it should be easy enough to specify all of them. So we’re doing it.
Proposed Wording
Language
[expr.unary.general]
diff --git a/2996_reflection/reflection.md b/2996_reflection/reflection.md
index d2bc828f..3bcf72db 100644
--- a/2996_reflection/reflection.md
+++ b/2996_reflection/reflection.md
@@ -1755,6 +1755,7 @@ std::meta::test_type(^std::is_const_v, type)
Having `std::meta::meow` for every trait `std::meow` is more straightforward and will likely be faster to compile, though means we will have a much larger library API.
There are quite a few traits in [meta]{.sref} - but it should be easy enough to specify all of them.
+So we're doing it.
# Proposed Wording