Changes between Version 10 and Version 11 of CppSupport


Ignore:
Timestamp:
Sep 6, 2022, 10:54:23 AM (20 months ago)
Author:
Stan
Comment:

Update invalid statement reported by Phosit.

Legend:

Unmodified
Added
Removed
Modified
  • CppSupport

    v10 v11  
    1010
    1111In general, all features up to and including C++17 are usable, except for:
    12 - C++17 Filesystem / Variant / Optional (not supported on Mac Clang before Xcode 11).
     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.
    1314
    1415See 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]
     
    1718
    1819||= '''#''' =||= '''Name''' =||= '''Example''' =||
    19 || P1771R1 || [[nodiscard]] for constructors || ||
     20|| P1771R1 || `[[nodiscard]]` for constructors || ||
    2021|| P0961R1 || Relaxing the structured bindings customization point finding rules || ||
    2122|| P0969R0 || Allowing structured bindings to accessible members        || ||