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.

5 Proposed Wording

5.1 Language

5.1.1 [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