Skip to content

Commit

Permalink
fix(safety): author's name added to the VCINL reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Nov 9, 2023
1 parent f1faa7e commit a1f6b77
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="generator" content="mpark/wg21" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta name="dcterms.date" content="2023-11-06" />
<meta name="dcterms.date" content="2023-11-08" />
<title>Improving our safety with a physical quantities and units
library</title>
<style>
Expand Down Expand Up @@ -463,7 +463,7 @@ <h1 class="title" style="text-align:center">Improving our safety with a
</tr>
<tr>
<td>Date:</td>
<td>2023-11-06</td>
<td>2023-11-08</td>
</tr>
<tr>
<td style="vertical-align:top">Project:</td>
Expand Down Expand Up @@ -582,9 +582,9 @@ <h2 data-number="1.1" id="changes-since-p2981r0"><span class="header-section-num
<li>Added The Guardian’s Fahrenheit issue to <a href="#mismeasure-for-measure">Mismeasure for measure</a>.</li>
<li>Fuel consumption example extended in <a href="#converting-between-quantities-of-the-same-kind">Converting
between quantities of the same kind</a>.</li>
<li><span class="citation" data-cites="VCINL">[<a href="#ref-VCINL" role="doc-biblioref">Value Category Is Not Liftime</a>]</span> reference
added to <a href="#preventing-dangling-references">Preventing dangling
references</a>.</li>
<li><span class="citation" data-cites="VCINL">[<a href="#ref-VCINL" role="doc-biblioref">Value Category Is Not Lifetime</a>]</span>
reference added to <a href="#preventing-dangling-references">Preventing
dangling references</a>.</li>
<li>Value-preserving type trait mentioned in <a href="#lack-of-safe-numeric-types">Lack of safe numeric types</a>.</li>
<li><a href="#non-negative-quantities">Non-negative quantities</a>
rewritten.</li>
Expand Down Expand Up @@ -1111,7 +1111,7 @@ <h2 data-number="8.6" id="preventing-dangling-references"><span class="header-se
references conflates value category with lifetime. While it may prevent
the majority of dangling references, it also admits both false positives
and false negatives, as explained in <span class="citation" data-cites="VCINL">[<a href="#ref-VCINL" role="doc-biblioref">Value
Category Is Not Liftime</a>]</span>. We want to highlight this dilemma
Category Is Not Lifetime</a>]</span>. We want to highlight this dilemma
for the committee’s consideration.</p>
<p>In case we do decide to keep this policy of deleting rvalue
overloads, here’s an example of code that it would prevent from
Expand Down Expand Up @@ -2061,7 +2061,8 @@ <h1 data-number="11" id="bibliography"><span class="header-section-number">11</s
temperatures nearly 68F above average. <a href="https://randomascii.wordpress.com/2023/10/17/localization-failure-temperature-is-hard"><div class="csl-block">https://randomascii.wordpress.com/2023/10/17/localization-failure-temperature-is-hard</div></a>
</div>
<div id="ref-VCINL" class="csl-entry" role="doc-biblioentry">
[Value Category Is Not Liftime] Value Category Is Not Liftime. <a href="https://quuxplusone.github.io/blog/2019/03/11/value-category-is-not-lifetime/"><div class="csl-block">https://quuxplusone.github.io/blog/2019/03/11/value-category-is-not-lifetime/</div></a>
[Value Category Is Not Lifetime] Arthur O’Dwyer. Value Category Is Not
Lifetime. <a href="https://quuxplusone.github.io/blog/2019/03/11/value-category-is-not-lifetime/"><div class="csl-block">https://quuxplusone.github.io/blog/2019/03/11/value-category-is-not-lifetime/</div></a>
</div>
<div id="ref-VASA" class="csl-entry" role="doc-biblioentry">
[Vasa] Rhitu Chatterjee and Lisa Mullins. New Clues Emerge in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1700,8 +1700,11 @@ references:
title: "New Clues Emerge in Centuries-Old Swedish Shipwreck"
URL: <https://theworld.org/stories/2012-02-23/new-clues-emerge-centuries-old-swedish-shipwreck>
- id: VCINL
citation-label: Value Category Is Not Liftime
title: "Value Category Is Not Liftime"
citation-label: Value Category Is Not Lifetime
author:
- family: O’Dwyer
given: Arthur
title: "Value Category Is Not Lifetime"
URL: <https://quuxplusone.github.io/blog/2019/03/11/value-category-is-not-lifetime/>
- id: WILD_RICE
citation-label: Wild Rice
Expand Down

0 comments on commit a1f6b77

Please sign in to comment.