mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 10:27:16 +02:00
docs: C++ modules should be properly supported by gcc-14
This commit is contained in:
@ -21,10 +21,10 @@ The below table provides the minimum compiler version required to compile the co
|
||||
specific feature:
|
||||
|
||||
| Feature | gcc | clang | apple-clang | MSVC |
|
||||
|----------------------|:----:|:-----:|:-----------:|:----:|
|
||||
|----------------------|:---:|:-----:|:-----------:|:----:|
|
||||
| **Minimum support** | 12 | 16 | 15 | None |
|
||||
| **`std::format`** | 13 | 17 | None | None |
|
||||
| **C++ modules** | None | 17 | None | None |
|
||||
| **C++ modules** | 14 | 17 | None | None |
|
||||
| **C++23 extensions** | 14 | 18 | None | None |
|
||||
|
||||
More requirements for C++ modules support can be found in the
|
||||
|
@ -29,10 +29,10 @@ The library source code is hosted on [GitHub](https://github.com/mpusz/mp-units)
|
||||
specific feature:
|
||||
|
||||
| Feature | gcc | clang | apple-clang | MSVC |
|
||||
|----------------------|:----:|:-----:|:-----------:|:----:|
|
||||
|----------------------|:---:|:-----:|:-----------:|:----:|
|
||||
| **Minimum support** | 12 | 16 | 15 | None |
|
||||
| **`std::format`** | 13 | 17 | None | None |
|
||||
| **C++ modules** | None | 17 | None | None |
|
||||
| **C++ modules** | 14 | 17 | None | None |
|
||||
| **C++23 extensions** | 14 | 18 | None | None |
|
||||
|
||||
More requirements for C++ modules support can be found in the
|
||||
|
Reference in New Issue
Block a user