From 077be39d09c4e687cc443d803c31cde09f40c20f Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 1 Jul 2025 16:52:53 +0200 Subject: [PATCH] update supported compilers --- Documentation/doc/Documentation/Third_party.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/doc/Documentation/Third_party.txt b/Documentation/doc/Documentation/Third_party.txt index b00992f96c5..10378d5fec0 100644 --- a/Documentation/doc/Documentation/Third_party.txt +++ b/Documentation/doc/Documentation/Third_party.txt @@ -11,12 +11,12 @@ supporting C++17 or later. | Operating System | Compiler | | :---------- | :--------------- | -| Linux | \gnu `g++` 11.4.0 or later\cgalFootnote{\cgalFootnoteCode{https://gcc.gnu.org/}} | -| | `Clang` \cgalFootnote{\cgalFootnoteCode{https://clang.llvm.org/}} compiler version 15.0.7 | -| \ms Windows | \gnu `g++` 11.4.0 or later\cgalFootnote{\cgalFootnoteCode{https://gcc.gnu.org/}} | -| | \ms Visual `C++` 15.9, 16.10, 17.0 (\visualstudio 2017, 2019, and 2022)\cgalFootnote{\cgalFootnoteCode{https://visualstudio.microsoft.com/}} | -| macOS | \gnu `g++` 11.4.0 or later\cgalFootnote{\cgalFootnoteCode{https://gcc.gnu.org/}} | -| | Apple `Clang` compiler versions 10.0.1, 12.0.5, and 15.0.0 | +| Linux | \gnu `g++` 12.2.0 or later\cgalFootnote{\cgalFootnoteCode{https://gcc.gnu.org/}} | +| | `Clang` \cgalFootnote{\cgalFootnoteCode{https://clang.llvm.org/}} compiler version 20.1.6 or later | +| \ms Windows | \gnu `g++` 12.2.0 or later\cgalFootnote{\cgalFootnoteCode{https://gcc.gnu.org/}} | +| | \ms Visual `C++` 15.9, 16.10, 17.14 (\visualstudio 2017, 2019, and 2022)\cgalFootnote{\cgalFootnoteCode{https://visualstudio.microsoft.com/}} | +| macOS | \gnu `g++` 12.2.0 or later\cgalFootnote{\cgalFootnoteCode{https://gcc.gnu.org/}} | +| | Apple `Clang` compiler versions 12.0.5, 14.0.0, and 15.0.0 |