You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This paper proposes making <codeclass="highlight"><c-n>std</c-><c-o>::</c-><c-n>error_code</c-></code> formattable using the formatting
2139
2139
facility introduced in C++20 (<codeclass="highlight"><c-n>std</c-><c-o>::</c-><c-n>format</c-></code>) and fixes encoding issues in the
2140
2140
underlying API (<adata-link-type="biblio" href="#biblio-lwg4156" title="`error_category` messages have unspecified encoding">[LWG4156]</a>).</p>
2141
-
<h2class="heading settled" data-level="2" id="changes1"><spanclass="secno">2. </span><spanclass="content">Changes since R2</span><aclass="self-link" href="#changes1"></a></h2>
2141
+
<h2class="heading settled" data-level="2" id="changes2"><spanclass="secno">2. </span><spanclass="content">Changes since R2</span><aclass="self-link" href="#changes2"></a></h2>
2142
2142
<ul>
2143
2143
<lidata-md>
2144
2144
<p>Added a reference to <adata-link-type="biblio" href="#biblio-p2930" title="Formatter specializations for the standard library">[P2930]</a> and how it differs from the current proposal.</p>
2145
2145
</ul>
2146
-
<h2class="heading settled" data-level="3" id="changes1①"><spanclass="secno">3. </span><spanclass="content">Changes since R1</span><aclass="self-link" href="#changes1①"></a></h2>
2146
+
<h2class="heading settled" data-level="3" id="changes1"><spanclass="secno">3. </span><spanclass="content">Changes since R1</span><aclass="self-link" href="#changes1"></a></h2>
2147
2147
<ul>
2148
2148
<lidata-md>
2149
2149
<p>Added a debug format to avoid ambiguity when formatting error codes in maps.</p>
0 commit comments