Skip to content

Commit

Permalink
Making p2996r7
Browse files Browse the repository at this point in the history
  • Loading branch information
brevzin committed Oct 13, 2024
1 parent f605773 commit 60a4cad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 2996_reflection/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
d2996r7.html : reflection.md
p2996r7.html : reflection.md
include ../md/mpark-wg21.mk
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ <h1 class="title" style="text-align:center">Reflection for C++26</h1>
<table style="border:none;float:right">
<tr>
<td>Document #:</td>
<td>D2996R7 <a href="https://wg21.link/P2996">[Latest]</a> <a href="https://wg21.link/P2996/status">[Status]</a></td>
<td>P2996R7 <a href="https://wg21.link/P2996">[Latest]</a> <a href="https://wg21.link/P2996/status">[Status]</a></td>
</tr>
<tr>
<td>Date:</td>
Expand Down
2 changes: 1 addition & 1 deletion 2996_reflection/reflection.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Reflection for C++26"
document: D2996R7
document: P2996R7
date: today
audience: CWG, LEWG
author:
Expand Down
2 changes: 1 addition & 1 deletion all_papers.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h1 id="papers-with-numbers">Papers with Numbers</h1>

<li><a href="https://wg21.link/P2994/github">P2994</a> On the Naming of Packs: <a href="2994_naming_of_packs/p2994r0.html">p2994r0</a> <a href="2994_naming_of_packs/p2994r1.html">p2994r1</a> </li>

<li><img src="https://img.shields.io/badge/-constexpr-blueviolet" alt="" /> <a href="https://wg21.link/P2996/github">P2996</a> Reflection for C++26: <a href="2996_reflection/p2996r0.html">p2996r0</a> <a href="2996_reflection/p2996r1.html">p2996r1</a> <a href="2996_reflection/p2996r2.html">p2996r2</a> <a href="2996_reflection/p2996r3.html">p2996r3</a> <a href="2996_reflection/p2996r4.html">p2996r4</a> <a href="2996_reflection/p2996r5.html">p2996r5</a> <a href="2996_reflection/p2996r6.html">p2996r6</a> <a href="2996_reflection/d2996r7.html">d2996r7</a> </li>
<li><img src="https://img.shields.io/badge/-constexpr-blueviolet" alt="" /> <a href="https://wg21.link/P2996/github">P2996</a> Reflection for C++26: <a href="2996_reflection/p2996r0.html">p2996r0</a> <a href="2996_reflection/p2996r1.html">p2996r1</a> <a href="2996_reflection/p2996r2.html">p2996r2</a> <a href="2996_reflection/p2996r3.html">p2996r3</a> <a href="2996_reflection/p2996r4.html">p2996r4</a> <a href="2996_reflection/p2996r5.html">p2996r5</a> <a href="2996_reflection/p2996r6.html">p2996r6</a> <a href="2996_reflection/p2996r7.html">p2996r7</a> </li>

<li><img src="https://img.shields.io/badge/-ranges-brightgreen" alt="" /> <a href="https://wg21.link/P2997/github">P2997</a> Removing the common reference requirement from the indirectly invocable concepts: <a href="2997_common_reference_algo/p2997r0.html">p2997r0</a> <a href="2997_common_reference_algo/p2997r1.html">p2997r1</a> </li>

Expand Down

0 comments on commit 60a4cad

Please sign in to comment.