Skip to content

Commit aa28c3d

Browse files
committed
Update paper
1 parent 0503b58 commit aa28c3d

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

papers/p3505.bs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ Status: P
77
Group: WG21
88
URL:
99
Editor: Victor Zverovich, victor.zverovich@gmail.com
10+
Editor: Junekey Jeon, j6jeon@ucsd.edu
1011
No abstract: true
11-
Date: 2025-03-15
12+
Date: 2025-03-16
1213
Markup Shorthands: markdown yes
1314
</pre>
1415

@@ -546,13 +547,6 @@ In the past we had experience with changing the output format in [[FMT]], usage
546547
of which is currently at least an order of magnitude higher than that of
547548
`std::format`.
548549

549-
Acknowledgements {#ack}
550-
================
551-
552-
Thanks Junekey Jeon, the author of Dragonbox, a state-of-the-art floating-point
553-
to string conversion algorithm, for bringing up this issue and providing
554-
valuable feedback on an early revision of the paper.
555-
556550
<pre class=biblio>
557551
{
558552
"DRAGONBOX": {

papers/p3505.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@
15631563
</style>
15641564
<meta content="Bikeshed version 4416b18d5, updated Tue Jan 2 15:52:39 2024 -0800" name="generator">
15651565
<link href="https://isocpp.org/favicon.ico" rel="icon">
1566-
<meta content="9ba8e7e132faeb866c05311a62ee45087811fb4d" name="revision">
1566+
<meta content="1576766b3a959373a751c6216b94bad8e0a53049" name="revision">
15671567
<style>/* Boilerplate: style-autolinks */
15681568
.css.css, .property.property, .descriptor.descriptor {
15691569
color: var(--a-normal-text);
@@ -2087,11 +2087,12 @@
20872087
<div class="head">
20882088
<p data-fill-with="logo"></p>
20892089
<h1 class="p-name no-ref" id="title">P3505R0<br>Fix the default floating-point representation in std::format</h1>
2090-
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Published Proposal, <time class="dt-updated" datetime="2025-03-15">2025-03-15</time></span></h2>
2090+
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Published Proposal, <time class="dt-updated" datetime="2025-03-16">2025-03-16</time></span></h2>
20912091
<div data-fill-with="spec-metadata">
20922092
<dl>
2093-
<dt class="editor">Author:
2093+
<dt class="editor">Authors:
20942094
<dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:victor.zverovich@gmail.com">Victor Zverovich</a>
2095+
<dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:j6jeon@ucsd.edu">Junekey Jeon</a>
20952096
<dt>Audience:
20962097
<dd>LEWG
20972098
<dt>Project:
@@ -2110,7 +2111,6 @@ <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
21102111
<li><a href="#wording"><span class="secno">4</span> <span class="content">Wording</span></a>
21112112
<li><a href="#impl"><span class="secno">5</span> <span class="content">Implementation and usage experience</span></a>
21122113
<li><a href="#impact"><span class="secno">6</span> <span class="content">Impact on existing code</span></a>
2113-
<li><a href="#ack"><span class="secno">7</span> <span class="content">Acknowledgements</span></a>
21142114
<li>
21152115
<a href="#references"><span class="secno"></span> <span class="content">References</span></a>
21162116
<ol class="toc">
@@ -2496,10 +2496,6 @@ <h2 class="heading settled" data-level="6" id="impact"><span class="secno">6. </
24962496
numbers is usually discouraged so the impact of this change is likely moderate.
24972497
In the past we had experience with changing the output format in <a data-link-type="biblio" href="#biblio-fmt" title="The {fmt} library">[FMT]</a>, usage
24982498
of which is currently at least an order of magnitude higher than that of <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>format</c-></code>.</p>
2499-
<h2 class="heading settled" data-level="7" id="ack"><span class="secno">7. </span><span class="content">Acknowledgements</span><a class="self-link" href="#ack"></a></h2>
2500-
<p>Thanks Junekey Jeon, the author of Dragonbox, a state-of-the-art floating-point
2501-
to string conversion algorithm, for bringing up this issue and providing
2502-
valuable feedback on an early revision of the paper.</p>
25032499
</main>
25042500
<script>
25052501
(function() {

0 commit comments

Comments
 (0)