Skip to content

Commit 7f99ece

Browse files
committed
linalg : C++のバージョンを修正 (#1233)
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
1 parent 1a80743 commit 7f99ece

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/linalg/dot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $$
8888
8989
## バージョン
9090
### 言語
91-
- C++11
91+
- C++26
9292
9393
### 処理系
9494
- [Clang](/implementation.md#clang): ??

reference/linalg/dotc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ int main()
127127

128128
## バージョン
129129
### 言語
130-
- C++11
130+
- C++26
131131

132132
### 処理系
133133
- [Clang](/implementation.md#clang): ??

0 commit comments

Comments
 (0)