<!DOCTYPE html>
<html><head><meta charset="utf-8">
<style>
html {
  font-size: 100%;
  font-family: "DejaVu Serif", Georgia, Times, serif;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body{
  color:#444;
  font-size:12px;
  line-height:1.5em;
  background:#fefefe;
  width: 45em;
  margin: 10px auto;
  padding: 1em;
  outline: 1300px solid #FAFAFA;
}

a{ color: #0645ad; text-decoration:none;}
a:visited{ color: #0b0080; }
a:hover{ color: #06e; }
a:active{ color:#faa700; }
a:focus{ outline: thin dotted; }
a:hover, a:active{ outline: 0; }

span.backtick {
  border:1px solid #EAEAEA;
  border-radius:3px;
  background:#F8F8F8;
  padding:0 3px 0 3px;
}

::-moz-selection{background:rgba(255,255,0,0.3);color:#000}
::selection{background:rgba(255,255,0,0.3);color:#000}

a::-moz-selection{background:rgba(255,255,0,0.3);color:#0645ad}
a::selection{background:rgba(255,255,0,0.3);color:#0645ad}

p{
margin:1em 0;
}

img{
max-width:100%;
}

h1,h2,h3,h4,h5,h6 {
  font-weight:normal;
  color:#111;
  line-height: 135%;
}
h4,h5,h6{ font-weight: bold; }
h1{ font-size:2.5em; }
h2{ font-size:2em; border-bottom:1px solid silver; padding-bottom: 5px; }
h3{ font-size:1.5em; }
h4{ font-size:1.2em; }
h5{ font-size:1em; }
h6{ font-size:0.9em; }

blockquote{
color:#666666;
margin:0;
padding-left: 3em;
border-left: 0.5em #EEE solid;
}
hr { display: block; height: 2px; border: 0; border-top: 1px solid #aaa;border-bottom: 1px solid #eee; margin: 1em 0; padding: 0; }


pre, code, kbd, samp { 
  font-family: "DejaVu Sans Mono", Consolas, Courier, serif;
}
kbd, samp { 
  color: #000; 
  border-radius:3px;
  background-color: #F8F8F8;
  border: 1px solid #CCC; 
}
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 5px 12px;}

b, strong { font-weight: bold; }

dfn { font-style: italic; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 2em; }
ul ul, ul ol, ol ul, ol ol { margin: 0; padding: 0 0 0 1em; }
li { padding: 1ex 0; }
li p:last-child { margin: 0 }
dd { margin: 0 0 0 2em; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

@media only screen and (min-width: 480px) {
body{font-size:14px;}
}

@media only screen and (min-width: 768px) {
body{font-size:16px;}
}

@media print {
  * { background: transparent !important; color: black !important; filter:none !important; -ms-filter: none !important; }
  body{font-size:12pt; max-width:100%; outline:none;}
  a, a:visited { text-decoration: underline; }
  hr { height: 1px; border:0; border-bottom:1px solid black; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; padding-right: 1em; page-break-inside: avoid; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page :left { margin: 15mm 20mm 15mm 10mm; }
  @page :right { margin: 15mm 10mm 15mm 20mm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
</style>
<title>N4893</title>
</head>
<body>
<h1>N4893 Editors' Report -- Programming Languages -- C++</h1>

<p>Date: 2021-06-18</p>

<p>Thomas Köppe (editor, Google DeepMind) <br />
Jens Maurer (co-editor) <br />
Dawn Perchik (co-editor, Bright Side Computing, LLC) <br />
Richard Smith (co-editor, Google Inc)</p>

<p>Email: <code>cxxeditor@gmail.com</code></p>

<h2>Acknowledgements</h2>

<p>Thanks to all those who have <a href="https://github.com/cplusplus/draft/wiki/How-to-submit-an-editorial-issue">submitted editorial
issues</a>
and to those who have provided pull requests with fixes, and special thanks to
Johel Ernesto Guerrero Peña for providing in-depth review of most of the draft
motion applications.</p>

<h2>New papers</h2>

<ul>
<li><a href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/n4892.pdf">N4892</a> is the
current working draft for C++23. It replaces
<a href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/n4885.pdf">N4885</a>.</li>
<li>N4893 is this Editors' Report.</li>
</ul>

<h2>Motions incorporated into working draft</h2>

<h3>Core working group polls</h3>

<p>CWG poll 1: Accept as Defect Reports all issues in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2386r0.html">P2386R0</a>
(Core Language Working Group &ldquo;ready&rdquo; Issues for the June, 2021
meeting) and apply the proposed resolutions to the C++ working paper.</p>

<p>CWG poll 2: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1938r3.html">P1938R3</a>
(<code>if consteval</code>) to the C++ working paper.</p>

<p>CWG poll 3: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2186r2.html">P2186R2</a>
(Removing Garbage Collection Support) to the C++ working paper.</p>

<p>CWG poll 4: Accept <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1949r7.html">P1949R7</a>
(C++ Identifier Syntax using Unicode Standard Annex 31) as a Defect Report and
apply the changes therein to the C++ working paper.</p>

<p>CWG poll 5: Accept <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2156r1.pdf">P2156R1</a>
(Allow Duplicate Attributes) as a Defect Report and apply the changes therein to
the C++ working paper.</p>

<p>CWG poll 6: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1401r5.html">P1401R5</a>
(Narrowing contextual conversions to bool) to the C++ working paper.</p>

<p>CWG poll 7: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2223r2.pdf">P2223R2</a>
(Trimming whitespaces before line splicing) to the C++ working paper.</p>

<p>CWG poll 8: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1847r4.pdf">P1847R4</a>
(Make declaration order layout mandated) to the C++ working paper.</p>

<p>CWG poll 9: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2201r1.html">P2201R1</a>
(Mixed string literal concatenation) to the C++ working paper.</p>

<h3>Library working group polls</h3>

<p>LWG polls 1 and 2 appertain to the Concurrency TS, not the C++ working paper.</p>

<p>LWG poll 3: Apply the changes for all Tentatively Ready issues in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2385r0.html">P2385R0</a>
(C++ Standard Library Issues to be moved in Virtual Plenary, June 2021) to the
C++ working paper.</p>

<p>LWG poll 4: Apply the changes in <del><a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1132r7.html">P1132R7</a></del>
<a href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1132r8.html">P1132R8</a>
(<code>out_ptr</code> - a scalable output pointer abstraction) to the C++ working
paper. <em>See below for a change of paper.</em></p>

<p>LWG poll 5: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1328r1.html">P1328R1</a>
(Making <code>std::type_info::operator==</code> constexpr) to the C++ working paper.</p>

<p>LWG poll 6: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p0448r4.pdf">P0448R4</a>
(A <code>strstream</code> replacement using <code>span</code> as buffer) to the C++ working paper.</p>

<p>LWG poll 7: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1425r4.pdf">P1425R4</a>
(Iterators pair constructors for <code>stack</code> and <code>queue</code>) to the C++ working paper.</p>

<p>LWG poll 8: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1518r2.html">P1518R2</a>
(Stop overconstraining allocators in container deduction guides) to the C++
working paper.</p>

<p>LWG poll 9: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p0401r6.html">P0401R6</a>
(Providing size feedback in the Allocator interface) to the C++ working paper.</p>

<p>LWG poll 10: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1659r3.html">P1659R3</a>
(<code>starts_with</code> and <code>ends_with</code>) to the C++ working paper.</p>

<p>LWG poll 11: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1951r1.html">P1951R1</a>
(Default Arguments for <code>pair</code>'s Forwarding Constructor) to the C++ working
paper.</p>

<p>LWG poll 12: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1989r2.pdf">P1989R2</a>
(Range constructor for <code>std::string_view</code>&nbsp;2: Constrain Harder) to the C++
working paper.</p>

<p>LWG poll 13: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2136r3.html">P2136R3</a>
(<code>invoke_r</code>) to the C++ working paper.</p>

<p>LWG poll 14: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2166r1.html">P2166R1</a>
(A Proposal to Prohibit <code>std::basic_string</code> and <code>std::basic_string_view</code>
construction from <code>nullptr</code>) to the C++ working paper.</p>

<p><strong>Note:</strong> The remaining changes are to be considered defects against C++20.</p>

<p>LWG poll 15: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2231r1.html">P2231R1</a>
(Missing <code>constexpr</code> in <code>std::optional</code> and <code>std::variant</code>) to the C++ working
paper, as a defect report for C++20.</p>

<p>LWG poll 16: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2216r3.html">P2216R3</a>
(<code>std::format</code> improvements) to the C++ working paper, as a defect report for
C++20.</p>

<p>LWG poll 17: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2281r1.html">P2281R1</a>
(Clarifying range adaptor objects) to the C++ working paper. This resolves LWG
issues 3509 and 3510.</p>

<p>LWG poll 18: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2328r1.html">P2328R1</a>
(<code>join_view</code> should join all views of ranges) to the C++ working paper, as a
defect report for C++20.</p>

<p>LWG poll 19: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2325r3.html">P2325R3</a>
(Views should not be required to be default constructible) to the C++ working
paper, as a defect report for C++20.</p>

<p>LWG poll 20: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2210r2.html">P2210R2</a>
(Superior String Splitting) to the C++ working paper, as a defect report for
C++20.</p>

<p>LWG poll 21: Apply the changes in <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2367r0.html">P2367R0</a>
(Remove misuses of list-initialization from Clause 24) to the C++ working paper,
as a defect report for C++20.</p>

<h2>Editorial fixes</h2>

<h3>Changes to motions</h3>

<ul>
<li><p><strong>Poll CWG-3:</strong> A few further minor mentions and references to pointer safety
have also been removed, as has the Annex C entry.</p></li>
<li><p><strong>Poll CWG-4:</strong> References to URLs have been reworded very slightly to be
consistent with existing references (&ldquo;available from:&rdquo; instead of
&ldquo;available at&rdquo;). Subclause headings in the new Annex have been
changed from title case to sentence case. This is also the first motion create
a new Annex C entry, so the new Annex C section for C++20 has been created as
part of this change.</p></li>
<li><p><strong>Poll LWG-4:</strong> An updated paper P1132R8 containing several editorial
corrections had been produced prior to the meeting, but the motions list had
inadvertently not been updated. It was made clear to WG21 that P1132R8 was
being polled instead of the obsolete revision P1132R7; the R8 revision has
been applied to the working paper.</p></li>
<li><p><strong>Poll LWG-12:</strong> During review, it was identified that an erroneous <code>R</code> should
have said <code>remove_reference_t&lt;R&gt;</code>. This has been corrected, with LWG's
awareness and consent.</p></li>
<li><p><strong>Poll LWG-16:</strong> The resolution of <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2385r0.html#3539">LWG
3539</a> that was adopted as part of LWG Poll-3 has been applied to the new
wording of this poll as well, adding <code>std::move</code> as appropriate.</p></li>
<li><p><strong>Poll LWG-19:</strong> The wording incorporates changes that were contingent on the
adoption of LWG Poll-18.</p></li>
<li><p><strong>Poll LWG-20:</strong> The resolution of <a
href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2385r0.html#3533">LWG
3533</a> that was adopted as part of LWG Poll-3 has been applied to the new
wording of this poll as well, changing the type and constraints of <code>base</code> as
appropriate.</p></li>
<li><p><strong>Poll LWG-21:</strong> The wording incorporates additional changes to the new
wording introduced by LWG Poll-20.</p></li>
</ul>

<h3>Minor editorial changes</h3>

<p>A log of editorial fixes made to the working draft since N4885 is below. This
list excludes changes that do not affect the body text or only affect whitespace
or typeface. For a complete list including such changes (or for the actual
deltas applied by these changes), consult the <a href="https://github.com/cplusplus/draft/compare/n4885...n4892">draft sources on
github</a>.</p>

<pre><code>commit 7faee4ca019296fd2572df324dcae70ac495e6e4
Author: cor3ntin &lt;corentinjabot@gmail.com&gt;
Date:   Sat Apr 10 10:45:20 2021 +0200

    [std] Spell "whitespace" consistently (#4557)

    Unify the spellings "whitespace", white-space", and "white space"
    by using "whitespace" consistently.

commit 34d0392e2f32ea19aebab4919a525a3a9679594f
Author: languagelawyer &lt;38548419+languagelawyer@users.noreply.github.com&gt;
Date:   Fri Apr 16 20:39:04 2021 +0300

    [intro.object] Turn non-normative wording into a Note (#4490)

    Remove incorrect wording.

commit f9dac664a11e438ea0dd803f3e5af5675e9fce0a
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Fri Apr 2 12:09:52 2021 +0200

    [ranges.syn] Add primary templates for tuple-like protocol

    The primary templates tuple_size and tuple_element
    are partially specialized, and should be declared
    before doing so.

commit 7f7700143accb1447e193ed8f64b4ebe5efab215
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Sat Mar 27 14:10:47 2021 +0100

    [except.spec] Clarify potentially-throwing functions

    Expressions are potentially-throwing; functions have a
    potentially-throwing exception specification.

commit a1d8bc1e81ba0b1570c53879bad41536648ae916
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Fri Mar 26 23:03:53 2021 +0100

    [format.context] Rephrase recommended practice

commit 5e3a688fb6ffd88c099e54172899c08364a7dada
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Fri Mar 19 08:54:57 2021 +0100

    [except.ctor] Remove false claim about automatic objects

    CWG1774 clarified that partially-constructed objects may not be of
    automatic storage duration. CWG2256 re-introduced that false
    claim.

commit a912904092fcf3af0bdc17c394971f07a899e7d9
Author: Vlad Serebrennikov &lt;brainvlad@gmail.com&gt;
Date:   Fri Apr 30 19:27:56 2021 +0300

    [lex.string] Change "string-literal" to "string literal object" (#4549)

commit e6e47706cb21496031dddaffdece2c5ff5f5e960
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Sun May 2 12:17:40 2021 +0200

    [template.bitset.general,bitset.members] Use injected-class-name

commit 95ff48305153edf3af4b136eff48f93ea68867d0
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Sun May 2 12:21:17 2021 +0200

    [bitset.operators] Add missing template-head for operator functions

commit eeeb27394f8fd4c9cf38d3071338de17759c859e
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Sun May 2 16:43:22 2021 +0200

    [forward.list] Rename stable label from [forwardlist]

    This makes the labels consistent.

commit 7e0beb7c3aacbd53fee0450196a12d2b8fdd6f5d
Author: morinmorin &lt;mimomorin@gmail.com&gt;
Date:   Wed May 19 04:26:19 2021 +0900

    [tuple.elem] Replace "member variables" with "non-static data members" (#4602)

commit fc0e8902effe4cb195bb05eb62311a9eb0aea384
Author: timsong-cpp &lt;rs2740@gmail.com&gt;
Date:   Thu May 20 15:21:09 2021 -0500

    [range.elements.sentinel] Correct return type of operator- (#4603)

    This is a missed edit from LWG3406.

commit 6fbc8df1b99e49a015bdc976a83044be0cc1344f
Author: birbacher &lt;frank.birbacher@gmail.com&gt;
Date:   Fri May 21 18:28:01 2021 +0200

    [vector.bool] Remove top-level const from parameter declaration (#4608)

commit 046c4d349ab4f0630d586b5143c2d313ec820dac
Author: Jason Cobb &lt;jason.e.cobb@gmail.com&gt;
Date:   Fri May 21 14:24:26 2021 -0400

    [expr.static.cast] fix wording for static_cast from pointer to base to pointer to derived (#4605)

commit 7789f707ec229fe16329fa890e28bd14eb85bd18
Author: Casey Carter &lt;Casey@Carter.net&gt;
Date:   Fri May 21 12:09:35 2021 -0700

    [vector.bool] reference has multiple assignment operators (#4607)

commit ab87501552f7ed46b542543d0e8536cc7f52d4bb
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Fri Feb 5 22:17:12 2021 +0100

    [defns.well.formed] Fix definition of 'well-formed'

commit 9b76d32e926b98cee1e9aa9556c660b4fd23c47b
Author: Jonathan Wakely &lt;cxx@kayari.org&gt;
Date:   Tue May 25 14:59:51 2021 +0100

    [list.ops] Fix name of parameter in list::unique effects

commit b7c06451fd87eea847613e83ca5316b2a4d072fb
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Sat May 29 08:53:46 2021 +0200

    [temp.over.link] Add missing \grammarterm marker (#4609)

commit d006a0db172f63fb4a07704bad3b2237f990e4f2
Author: Jonathan Wakely &lt;cxx@kayari.org&gt;
Date:   Thu Oct 8 10:17:43 2020 +0100

    [rand.eng.sub] drop no-op modulo operation

    The e() mod 2^32 operation is a no-op, because e.max() &lt; 2^32.

commit 337c7dbd0a3680ae146db21e1735433e53b6657e
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Thu Nov 5 00:25:11 2020 +0100

    [expr] Use 'qualification-combined' and 'qualification-decomposition'

    The previous names 'cv-combined' and 'cv-decomposition' are
    no longer adequate since a qualification conversion can now
    convert to an array of unknown bounds.

commit 1bc43817ce3caef3ed68cbc92046e2bc2738e335
Author: Stephan T. Lavavej &lt;stl@nuwen.net&gt;
Date:   Sat May 29 02:59:05 2021 -0700

    [time.clock.cast.sys],[time.clock.cast.utc] Use Duration2 for clarity. (#4565)

    [time.clock.cast.sys],[time.clock.cast.utc] Use Duration2 for clarity.

commit 4a2546a1857f7b55eab395589893bdd0999956b2
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Wed Apr 21 23:23:30 2021 +0200

    [expr.await] Clarify rethrowing exceptions from await-suspend

commit 72855b062397efdbd30ec5d8c88317d19e27776b
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Fri Apr 2 12:23:30 2021 +0200

    [dcl.init.aggr] An initializer list is brace-enclosed

    Do not claim that a designated-initializer-list or
    an initializer-list is an initializer list.

commit 93d7a96979ff071b76dc211fd4625654b94e8a67
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Thu Jan 14 12:20:20 2021 +0100

    [basic.lookup.unqual] Add examples for conversion-function-ids

commit 890b339661891896ee60d28f19be79ecda4d6296
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Sat Mar 27 13:16:52 2021 +0100

    [namespace.def.general] Clarify inline namespaces

    Highlight 'innermost enclosing' namespace.

commit d6d36b48e5c5b8a63e4b93c2f75aa4f9f1e4862b
Author: timsong-cpp &lt;rs2740@gmail.com&gt;
Date:   Sat May 29 19:26:10 2021 -0500

    [range.elements.overview] Correct example

commit b0a253cc6ba0e7f556f5afefab94f7cc1d1e5ced
Author: Thomas Köppe &lt;tkoeppe@google.com&gt;
Date:   Tue Jun 1 12:56:45 2021 +0100

    [expr.const.cast] Fix punctuation placement.

commit caf7428fd6c807f30538042cf9bf1b27b8772b01
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Thu Jun 3 09:53:27 2021 +0200

    [ranges] Rename 'not-same-as' to 'different-from'.

    'not-same-as' is not quite equivalent to 'not same_as'.

commit fb3bea889899c5ea5c0f70b12fc72129f7d1692a
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Tue Jun 1 22:39:52 2021 +0200

    [expr] Add cross-references for 'local entity'.

    A local entity is not any entity that is local, so add
    cross-references for clarification.

commit 77d389ffccb7c7ba294834d3196a5bccf25d28e0
Author: timsong-cpp &lt;rs2740@gmail.com&gt;
Date:   Mon Jun 7 12:53:22 2021 -0500

    [ranges] Use views::meow in examples instead of meow_view

commit e03d76cb5067598a92105ad7c4841a3d18e5b5d0
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Fri Jun 11 22:42:33 2021 +0200

    [fs.path.native.obs] Remove bogus note.

commit 20b924987e59d087af7b28df33490d34466f688c
Author: Jonathan Wakely &lt;cxx@kayari.org&gt;
Date:   Fri Jun 4 12:32:04 2021 +0100

    [range.prim.data] Use ranges::begin(t) not ranges::begin(E)

    This is consistent with the typo fixes for ranges::size done in
    aa9c660a835540117123617a13b0ba1ab6dd801e as part of #3752.

commit e9e2acb4cdff00236aa750c717e1951c655797df
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Thu Jun 17 22:40:23 2021 +0200

    [format.syn] Remove extraneous commas in vformat_to declarations (#4705)

commit d3fbad184abd1c327dd2dd097cd3caa17ada48af
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Fri Apr 2 21:55:37 2021 +0200

    [basic.stc.static] Rephrase the definition of 'static storage duration'

    This clarifies and centralizes the definition and
    also avoids the undefined term 'local variable'.

commit b6e0848db7a72560a7bfc84f16bd23abf6aab2d6
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Fri Jun 4 00:15:46 2021 +0200

    [class.pre] Fix incorrect comment in example

commit 1e889e06856a17f48e32a03a4272502dd67e1035
Author: Jens Maurer &lt;Jens.Maurer@gmx.net&gt;
Date:   Fri Jun 18 19:07:50 2021 +0200

    [temp.variadic] Rearrange description of pack expansion (#4543)

commit 94340ede298a23927523ee28c1c04090416eb20d
Author: Jonathan Wakely &lt;cxx@kayari.org&gt;
Date:   Fri Jun 18 15:00:48 2021 +0100

    [basic.string.general], [string.view.template.general] remove constexpr

    There is no reason to declare a deleted function constexpr.

commit 472e865817e17620ae4c88fef10e2983884b9f77
Author: Thomas Köppe &lt;tkoeppe@google.com&gt;
Date:   Fri Jun 18 22:26:14 2021 +0100

    [range.utility.helper] Add missing '='

commit 421a2e258e2848016df92939f5a1cfa865c7f795
Author: Thomas Köppe &lt;tkoeppe@google.com&gt;
Date:   Fri Jun 18 23:06:52 2021 +0100

    [range.join.iterator] Add missing \tcode
</code></pre>
