Skip to content

Commit

Permalink
Removing _ in stable name
Browse files Browse the repository at this point in the history
  • Loading branch information
brevzin committed Nov 5, 2024
1 parent 58f09b1 commit ad54b25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 2996_reflection/p2996r8.html
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ <h1 id="toctitle">Contents</h1>
Reflection substitution<span></span></a></li>
<li><a href="#meta.reflection.result-expression-result-reflection" id="toc-meta.reflection.result-expression-result-reflection">[meta.reflection.result]
Expression result reflection<span></span></a></li>
<li><a href="#meta.reflection.define_aggregate-reflection-class-definition-generation" id="toc-meta.reflection.define_aggregate-reflection-class-definition-generation">[meta.reflection.define_aggregate]
<li><a href="#meta.reflection.define.aggregate-reflection-class-definition-generation" id="toc-meta.reflection.define.aggregate-reflection-class-definition-generation">[meta.reflection.define.aggregate]
Reflection class definition generation<span></span></a></li>
<li><a href="#meta.reflection.unary-unary-type-traits" id="toc-meta.reflection.unary-unary-type-traits">[meta.reflection.unary]
Unary type traits<span></span></a>
Expand Down Expand Up @@ -7196,7 +7196,7 @@ <h3 class="unnumbered" id="meta.synop-header-meta-synopsis">[meta.synop]
<span id="cb133-162"><a href="#cb133-162" aria-hidden="true" tabindex="-1"></a> template&lt;class T&gt;</span>
<span id="cb133-163"><a href="#cb133-163" aria-hidden="true" tabindex="-1"></a> consteval info reflect_function(T&amp; fn);</span>
<span id="cb133-164"><a href="#cb133-164" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb133-165"><a href="#cb133-165" aria-hidden="true" tabindex="-1"></a> // [meta.reflection.define_aggregate], class definition generation</span>
<span id="cb133-165"><a href="#cb133-165" aria-hidden="true" tabindex="-1"></a> // [meta.reflection.define.aggregate], class definition generation</span>
<span id="cb133-166"><a href="#cb133-166" aria-hidden="true" tabindex="-1"></a> struct data_member_options_t {</span>
<span id="cb133-167"><a href="#cb133-167" aria-hidden="true" tabindex="-1"></a> struct name_type {</span>
<span id="cb133-168"><a href="#cb133-168" aria-hidden="true" tabindex="-1"></a> template&lt;class T&gt; requires constructible_from&lt;u8string, T&gt;</span>
Expand Down Expand Up @@ -8765,8 +8765,8 @@ <h3 class="unnumbered" id="meta.reflection.result-expression-result-reflection">
</div>
</blockquote>
</div>
<h3 class="unnumbered" id="meta.reflection.define_aggregate-reflection-class-definition-generation">[meta.reflection.define_aggregate]
Reflection class definition generation<a href="#meta.reflection.define_aggregate-reflection-class-definition-generation" class="self-link"></a></h3>
<h3 class="unnumbered" id="meta.reflection.define.aggregate-reflection-class-definition-generation">[meta.reflection.define.aggregate]
Reflection class definition generation<a href="#meta.reflection.define.aggregate-reflection-class-definition-generation" class="self-link"></a></h3>
<div class="std">
<blockquote>
<div class="addu">
Expand Down
4 changes: 2 additions & 2 deletions 2996_reflection/reflection.md
Original file line number Diff line number Diff line change
Expand Up @@ -4373,7 +4373,7 @@ namespace std::meta {
template<class T>
consteval info reflect_function(T& fn);

// [meta.reflection.define_aggregate], class definition generation
// [meta.reflection.define.aggregate], class definition generation
struct data_member_options_t {
struct name_type {
template<class T> requires constructible_from<u8string, T>
Expand Down Expand Up @@ -5355,7 +5355,7 @@ template <typename T>
:::
:::

### [meta.reflection.define_aggregate] Reflection class definition generation {-}
### [meta.reflection.define.aggregate] Reflection class definition generation {-}

::: std
::: addu
Expand Down

0 comments on commit ad54b25

Please sign in to comment.