From 8293f023dd8ce411d519e1bfbb3744f899f2b6b0 Mon Sep 17 00:00:00 2001 From: Roth Michaels Date: Thu, 19 Dec 2024 14:08:09 -0500 Subject: [PATCH] Update apple-clang compiler support info for std::format --- docs/getting_started/cpp_compiler_support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/cpp_compiler_support.md b/docs/getting_started/cpp_compiler_support.md index 525585c3..c5825684 100644 --- a/docs/getting_started/cpp_compiler_support.md +++ b/docs/getting_started/cpp_compiler_support.md @@ -16,7 +16,7 @@ C++ feature: | C++ Feature | C++ version | gcc | clang | apple-clang | MSVC | |-----------------------------------------------------------|:-----------:|:----:|:-----:|:-----------:|:-----------------------------------------:| | **Minimum support** | 20 | 12 | 16 | 15 | 194 :bug:{ title="BEWARE of MSVC Bugs!" } | -| **`std::format`** | 20 | 13 | 17 | None | 194 | +| **`std::format`** | 20 | 13 | 17 | 16 | 194 | | **C++ modules** | 20 | None | 17 | None | None | | **`import std;`** | 23 | None | 18 | None | None | | **Explicit `this` parameter** | 23 | 14 | 18 | None | None |