Skip to content

Commit

Permalink
We're doing it
Browse files Browse the repository at this point in the history
  • Loading branch information
brevzin committed Jan 15, 2024
1 parent 39de2ee commit 77b34b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 2996_reflection/p2996r2.html
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@ <h3 data-number="4.4.15" id="other-type-traits"><span class="header-section-numb
</tr>
</tbody>
</table>
<p>Having <code class="sourceCode cpp">std<span class="op">::</span>meta<span class="op">::</span>meow</code> for every trait <code class="sourceCode cpp">std<span class="op">::</span>meow</code> 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 <span>21 <a href="https://wg21.link/meta">[meta]</a></span> - but it should be easy enough to specify all of them.</p>
<p>Having <code class="sourceCode cpp">std<span class="op">::</span>meta<span class="op">::</span>meow</code> for every trait <code class="sourceCode cpp">std<span class="op">::</span>meow</code> 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 <span>21 <a href="https://wg21.link/meta">[meta]</a></span> - but it should be easy enough to specify all of them. So we’re doing it.</p>
<h1 data-number="5" style="border-bottom:1px solid #cccccc" id="proposed-wording"><span class="header-section-number">5</span> Proposed Wording<a href="#proposed-wording" class="self-link"></a></h1>
<h2 data-number="5.1" id="language"><span class="header-section-number">5.1</span> Language<a href="#language" class="self-link"></a></h2>
<h3 data-number="5.1.1" id="expr.unary.general"><span class="header-section-number">5.1.1</span> [expr.unary.general]<a href="#expr.unary.general" class="self-link"></a></h3>
Expand Down
1 change: 1 addition & 0 deletions 2996_reflection/reflection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77b34b9

Please sign in to comment.