Skip to content

Commit c2c44a0

Browse files
author
Kim Barrett
committed
8367724: Remove Trailing Return Types from undecided list
Reviewed-by: stefank, phubner
1 parent e107179 commit c2c44a0

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

doc/hotspot-style.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,8 +1859,6 @@ <h3 id="stdlaunder"><code>std::launder()</code></h3>
18591859
<h3 id="additional-undecided-features">Additional Undecided
18601860
Features</h3>
18611861
<ul>
1862-
<li><p>Trailing return type syntax for functions (<a
1863-
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2541.htm">n2541</a>)</p></li>
18641862
<li><p>Member initializers and aggregates (<a
18651863
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3653.html">n3653</a>)</p></li>
18661864
<li><p>Rvalue references and move semantics</p></li>

doc/hotspot-style.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,9 +1853,6 @@ See Object Lifetime: C++17 6.8/8, C++20 6.7.3/8
18531853
18541854
### Additional Undecided Features
18551855
1856-
* Trailing return type syntax for functions
1857-
([n2541](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2541.htm))
1858-
18591856
* Member initializers and aggregates
18601857
([n3653](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3653.html))
18611858

0 commit comments

Comments
 (0)