Changes between Version 9 and Version 10 of CppSupport


Ignore:
Timestamp:
Dec 6, 2020, 5:15:42 PM (3 years ago)
Author:
wraitii
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CppSupport

    v9 v10  
    99 * Visual Studio 2017
    1010
    11 In general, all features up to and including C++17 are usable.
     11In 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).
    1213
    1314See 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]