mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 11:54:27 +02:00
docs: gcc-14 does not support C++ modules correctly
This commit is contained in:
@@ -13,13 +13,13 @@
|
|||||||
The table below provides the minimum compiler version required to compile the code using a specific
|
The table below provides the minimum compiler version required to compile the code using a specific
|
||||||
C++ feature:
|
C++ feature:
|
||||||
|
|
||||||
| C++ Feature | C++ version | gcc | clang | apple-clang | MSVC |
|
| C++ Feature | C++ version | gcc | clang | apple-clang | MSVC |
|
||||||
|-----------------------------------------------------------|:-----------:|:---:|:-----:|:-----------:|:----:|
|
|-----------------------------------------------------------|:-----------:|:----:|:-----:|:-----------:|:----:|
|
||||||
| **Minimum support** | 20 | 12 | 16 | 15 | None |
|
| **Minimum support** | 20 | 12 | 16 | 15 | None |
|
||||||
| **`std::format`** | 20 | 13 | 17 | None | None |
|
| **`std::format`** | 20 | 13 | 17 | None | None |
|
||||||
| **C++ modules** | 20 | 14 | 17 | None | None |
|
| **C++ modules** | 20 | None | 17 | None | None |
|
||||||
| **Static `constexpr` variables in `constexpr` functions** | 23 | 13 | 17 | None | None |
|
| **Static `constexpr` variables in `constexpr` functions** | 23 | 13 | 17 | None | None |
|
||||||
| **Explicit `this` parameter** | 23 | 14 | 18 | None | None |
|
| **Explicit `this` parameter** | 23 | 14 | 18 | None | None |
|
||||||
|
|
||||||
!!! important
|
!!! important
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user