Skip to content

Commit

Permalink
update information about charconv
Browse files Browse the repository at this point in the history
  • Loading branch information
suomesta committed Nov 5, 2023
1 parent 0622e39 commit 1bf71dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions reference/charconv.md
Expand Up @@ -66,8 +66,8 @@ XMLやJSONに代表されるテキストベースのデータを利用するケ
- C++17

### 処理系
- [Clang](/implementation.md#clang): 7.0(整数のみ)
- [GCC](/implementation.md#gcc): 8.0(整数のみ)
- [Clang](/implementation.md#clang): 7.0(整数のみ), 14.0(to_chars()のみ浮動小数点もsupport)
- [GCC](/implementation.md#gcc): 8.0(整数のみ), 11.1(full support)
- [Visual C++](/implementation.md#visual_cpp): 2017 update 7(整数のみ), update 9(full support)

## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/charconv/from_chars.md
@@ -1,6 +1,6 @@
# from_chars
* charconv[meta header]
* function template[meta id-type]
* function[meta id-type]
* std[meta namespace]
* cpp17[meta cpp]

Expand Down
4 changes: 2 additions & 2 deletions reference/charconv/to_chars.md
@@ -1,6 +1,6 @@
# to_chars
* charconv[meta header]
* function template[meta id-type]
* function[meta id-type]
* std[meta namespace]
* cpp17[meta cpp]

Expand Down Expand Up @@ -284,7 +284,7 @@ z
- C++17

### 処理系
- [Clang](/implementation.md#clang): 7.0(整数のみ)
- [Clang](/implementation.md#clang): 7.0(整数のみ), 14.0(full support)
- [GCC](/implementation.md#gcc): 8.0(整数のみ), 11.1(full support)
- [Visual C++](/implementation.md#visual_cpp): 2017 update 7(整数のみ), update 9(full support)

Expand Down

0 comments on commit 1bf71dc

Please sign in to comment.