Skip to content

Commit 7a572ea

Browse files
committed
C++20 / C++23 : ページタイトルに提案文書の番号を追加
1 parent cce034a commit 7a572ea

5 files changed

+10
-10
lines changed

lang/cpp20/nodiscard_for_constructors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [[nodiscard]]をコンストラクタのオーバーロードごとに付加できるようにする
1+
# [[nodiscard]]をコンストラクタのオーバーロードごとに付加できるようにする [P1771R1]
22
* cpp20[meta cpp]
33

44
<!-- start lang caution -->
@@ -64,4 +64,4 @@ prog.cc:11:12: note: declared here
6464
6565
6666
## 参照
67-
- [P1771R1 `[[nodiscard]]` for constructors](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1771r1.pdf)
67+
- [P1771R1 `[[nodiscard]]` for constructors](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1771r1.pdf)

lang/cpp20/remove_deprecated_nothrow_exception_specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# throw()による例外送出しない指定を削除
1+
# throw()による例外送出しない指定を削除 [P0619R4]
22
* cpp20[meta cpp]
33

44
<!-- start lang caution -->
@@ -27,4 +27,4 @@ C++20では、非推奨とされていた`throw()`指定の機能を削除する
2727

2828

2929
## 参照
30-
- [P0619R4 Reviewing Deprecated Facilities of C++17 for C++20](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0619r4.html)
30+
- [P0619R4 Reviewing Deprecated Facilities of C++17 for C++20](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0619r4.html)

lang/cpp20/reserving_attribute_namespaces_for_future_use.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 属性の名前空間を予約
1+
# 属性の名前空間を予約 [P1908R1]
22
* cpp20[meta cpp]
33

44
<!-- start lang caution -->
@@ -20,4 +20,4 @@
2020
- [C++11 属性構文](/lang/cpp11/attributes.md)
2121

2222
## 参照
23-
- [P1908R1 Reserving Attribute Namespaces for Future Use](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1908r1.pdf)
23+
- [P1908R1 Reserving Attribute Namespaces for Future Use](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1908r1.pdf)

lang/cpp20/update_the_reference_to_the_unicode_standard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unicode標準への参照を更新
1+
# Unicode標準への参照を更新 [P1025R1]
22
* cpp20[meta cpp]
33

44
<!-- start lang caution -->
@@ -31,4 +31,4 @@ Unicode標準での用語定義が変更されたことにも影響がある。U
3131

3232

3333
## 参照
34-
- [P1025R1 Update The Reference To The Unicode Standard](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1025r1.html)
34+
- [P1025R1 Update The Reference To The Unicode Standard](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1025r1.html)

lang/cpp23/update_normative_reference_to_posix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 参照するPOSIX規格を更新
1+
# 参照するPOSIX規格を更新 [P2227R0]
22
* cpp23[meta cpp]
33

44
<!-- start lang caution -->
@@ -47,4 +47,4 @@ POSIX.1-2001のスレッドセーフ関数 (Thread-Safe Functions : TSF) オプ
4747

4848

4949
## 参照
50-
- [P2227R0 Update normative reference to POSIX](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2227r0.html)
50+
- [P2227R0 Update normative reference to POSIX](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2227r0.html)

0 commit comments

Comments
 (0)