Skip to content

Commit d6df9bd

Browse files
committed
print関係の動作確認
1 parent 53ab5e9 commit d6df9bd

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

reference/ostream/print.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ Hello 42 World
9494
- C++23
9595

9696
### 処理系
97-
- [Clang](/implementation.md#clang): ??
98-
- [GCC](/implementation.md#gcc): ??
97+
- [Clang](/implementation.md#clang): 19
98+
- [GCC](/implementation.md#gcc): 14
9999
- [ICC](/implementation.md#icc): ??
100-
- [Visual C++](/implementation.md#visual_cpp): ??
100+
- [Visual C++](/implementation.md#visual_cpp): 2022 Update 7
101101

102102

103103
## 関連項目

reference/ostream/println.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ Hello 42 World
6262
- C++23
6363

6464
### 処理系
65-
- [Clang](/implementation.md#clang): ??
66-
- [GCC](/implementation.md#gcc): ??
65+
- [Clang](/implementation.md#clang): 19
66+
- [GCC](/implementation.md#gcc): 14
6767
- [ICC](/implementation.md#icc): ??
68-
- [Visual C++](/implementation.md#visual_cpp): ??
68+
- [Visual C++](/implementation.md#visual_cpp): 2022 Update 7
6969

7070

7171
## 関連項目

reference/ostream/vprint_nonunicode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ namespace std {
4141
- C++23
4242
4343
### 処理系
44-
- [Clang](/implementation.md#clang): ??
45-
- [GCC](/implementation.md#gcc): ??
44+
- [Clang](/implementation.md#clang): 19
45+
- [GCC](/implementation.md#gcc): 14
4646
- [ICC](/implementation.md#icc): ??
47-
- [Visual C++](/implementation.md#visual_cpp): ??
47+
- [Visual C++](/implementation.md#visual_cpp): 2022 Update 7
4848
4949
5050
## 関連項目

reference/ostream/vprint_unicode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ namespace std {
5353
- C++23
5454
5555
### 処理系
56-
- [Clang](/implementation.md#clang): ??
57-
- [GCC](/implementation.md#gcc): ??
56+
- [Clang](/implementation.md#clang): 19
57+
- [GCC](/implementation.md#gcc): 14
5858
- [ICC](/implementation.md#icc): ??
59-
- [Visual C++](/implementation.md#visual_cpp): ??
59+
- [Visual C++](/implementation.md#visual_cpp): 2022 Update 7
6060
6161
6262
## 関連項目

reference/print/print.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ Hello 42 World
132132
- C++23
133133

134134
### 処理系
135-
- [Clang](/implementation.md#clang): ??
136-
- [GCC](/implementation.md#gcc): ??
135+
- [Clang](/implementation.md#clang): 19
136+
- [GCC](/implementation.md#gcc): 14
137137
- [ICC](/implementation.md#icc): ??
138-
- [Visual C++](/implementation.md#visual_cpp): ??
138+
- [Visual C++](/implementation.md#visual_cpp): 2022 Update 7
139139

140140

141141
## 関連項目

reference/print/println.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ Hello 42 World
100100
- C++23
101101

102102
### 処理系
103-
- [Clang](/implementation.md#clang): ??
104-
- [GCC](/implementation.md#gcc): ??
103+
- [Clang](/implementation.md#clang): 19
104+
- [GCC](/implementation.md#gcc): 14
105105
- [ICC](/implementation.md#icc): ??
106-
- [Visual C++](/implementation.md#visual_cpp): ??
106+
- [Visual C++](/implementation.md#visual_cpp): 2022 Update 7
107107

108108

109109
## 関連項目

reference/print/vprint_nonunicode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ namespace std {
5151
- C++23
5252
5353
### 処理系
54-
- [Clang](/implementation.md#clang): ??
55-
- [GCC](/implementation.md#gcc): ??
54+
- [Clang](/implementation.md#clang): 19
55+
- [GCC](/implementation.md#gcc): 14
5656
- [ICC](/implementation.md#icc): ??
57-
- [Visual C++](/implementation.md#visual_cpp): ??
57+
- [Visual C++](/implementation.md#visual_cpp): 2022 Update 7
5858
5959
6060
## 関連項目

reference/print/vprint_unicode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ namespace std {
6666
- C++23
6767
6868
### 処理系
69-
- [Clang](/implementation.md#clang): ??
70-
- [GCC](/implementation.md#gcc): ??
69+
- [Clang](/implementation.md#clang): 19
70+
- [GCC](/implementation.md#gcc): 14
7171
- [ICC](/implementation.md#icc): ??
72-
- [Visual C++](/implementation.md#visual_cpp): ??
72+
- [Visual C++](/implementation.md#visual_cpp): 2022 Update 7
7373
7474
7575
## 関連項目

0 commit comments

Comments
 (0)