From 2dd2732eab267a4019832b44c38221c755058058 Mon Sep 17 00:00:00 2001 From: LS_Hower Date: Sat, 20 Dec 2025 20:11:12 +0800 Subject: [PATCH] Fix link for P0136 and a link in the note of P2944, Clang --- features_cpp17.yaml | 2 +- features_cpp26.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features_cpp17.yaml b/features_cpp17.yaml index f0fa74c..079cea0 100644 --- a/features_cpp17.yaml +++ b/features_cpp17.yaml @@ -127,7 +127,7 @@ features: - Xcode - desc: "Rewording inheriting constructors" - paper: P00136 + paper: P0136 support: - GCC 7 - Clang 3.9 diff --git a/features_cpp26.yaml b/features_cpp26.yaml index 3807dab..f5f8a2e 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -1187,7 +1187,7 @@ features: - target: Clang 19 msg: "Constrained equality is not implemented." - target: Clang 22 - msg: "The changes to `tuple`'s equality overload from [P2165](https://wg21.link/P2165) are not yet implemented." + msg: "The changes to `tuple`'s equality overload from P2165 are not yet implemented." ftm: - name: __cpp_lib_constrained_equality value: 202403L