Skip to content

Commit

Permalink
docs: minimum compiler requirements updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Jan 23, 2024
1 parent fa4db03 commit 1a04019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started/installation_and_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ specific feature:
| Feature | gcc | clang | apple-clang | MSVC |
|----------------------|:----:|:-----:|:-----------:|:----:|
| **Minimum support** | 12 | 16 | 15 | None |
| **`std::format`** | None | None | None | None |
| **`std::format`** | 13 | 17 | None | None |
| **C++ modules** | None | 17 | None | None |
| **C++23 extensions** | 14 | 18 | None | None |

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The library source code is hosted on [GitHub](https://github.com/mpusz/mp-units)
| Feature | gcc | clang | apple-clang | MSVC |
|----------------------|:----:|:-----:|:-----------:|:----:|
| **Minimum support** | 12 | 16 | 15 | None |
| **`std::format`** | None | None | None | None |
| **`std::format`** | 13 | 17 | None | None |
| **C++ modules** | None | 17 | None | None |
| **C++23 extensions** | 14 | 18 | None | None |

Expand Down

0 comments on commit 1a04019

Please sign in to comment.