Changes between Version 11 and Version 12 of CppSupport


Ignore:
Timestamp:
Sep 24, 2022, 12:29:06 AM (20 months ago)
Author:
Stan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CppSupport

    v11 v12  
    1010
    1111In general, all features up to and including C++17 are usable, except for:
    12 - C++17 Filesystem is not supported on Mac Clang before the `10.15` SDK.
    13 - C++17 Variant is not supported on Mac Clang before the `10.13` SDK.
     12- C++17 std::filesystem is not supported on Apple Clang before the `10.15` SDK.
     13- C++17 std::variant is not supported on Apple Clang before the `10.13` SDK.
     14- C++17 std::any is not supported on Apple Clang before the `10.13` SDK.
     15
    1416
    1517See the following links for details: [https://docs.microsoft.com/fr-fr/cpp/overview/visual-cpp-language-conformance?view=msvc-160 MSVC] / [https://www.google.com/search?client=safari&rls=en&q=clang+c%2B%2B+support&ie=UTF-8&oe=UTF-8 Clang] / [https://gcc.gnu.org/projects/cxx-status.html GCC]