Changes between Version 12 and Version 13 of CppSupport


Ignore:
Timestamp:
Dec 5, 2022, 9:06:08 AM (17 months ago)
Author:
Stan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CppSupport

    v12 v13  
    1313- C++17 std::variant is not supported on Apple Clang before the `10.13` SDK.
    1414- C++17 std::any is not supported on Apple Clang before the `10.13` SDK.
    15 
     15- C++17 std::shared_mutex is not supported on MSVC when built with the `v141_xp` toolset.
    1616
    1717See 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]