From c2c44a061a6ba392b4e93eca2c85bd96ab7dcffe Mon Sep 17 00:00:00 2001
From: Kim Barrett
Date: Wed, 17 Sep 2025 05:51:51 +0000
Subject: [PATCH] 8367724: Remove Trailing Return Types from undecided list
Reviewed-by: stefank, phubner
---
doc/hotspot-style.html | 2 --
doc/hotspot-style.md | 3 ---
2 files changed, 5 deletions(-)
diff --git a/doc/hotspot-style.html b/doc/hotspot-style.html
index 7be6867b3ca..f1c25dab7f4 100644
--- a/doc/hotspot-style.html
+++ b/doc/hotspot-style.html
@@ -1859,8 +1859,6 @@ difference.
Additional Undecided
Features
-Trailing return type syntax for functions (n2541)
Member initializers and aggregates (n3653)
Rvalue references and move semantics
diff --git a/doc/hotspot-style.md b/doc/hotspot-style.md
index facdf68462f..e49f49ec1c9 100644
--- a/doc/hotspot-style.md
+++ b/doc/hotspot-style.md
@@ -1853,9 +1853,6 @@ See Object Lifetime: C++17 6.8/8, C++20 6.7.3/8
### Additional Undecided Features
-* Trailing return type syntax for functions
-([n2541](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2541.htm))
-
* Member initializers and aggregates
([n3653](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3653.html))