Author: mstorsjo Date: Wed Feb 28 03:55:11 2018 New Revision: 326317 URL: http://llvm.org/viewvc/llvm-project?rev=326317&view=rev Log: Fix a typo in the section about C++2a features; it follows C++17, not C++14
Modified: cfe/branches/release_60/docs/ReleaseNotes.rst Modified: cfe/branches/release_60/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_60/docs/ReleaseNotes.rst?rev=326317&r1=326316&r2=326317&view=diff ============================================================================== --- cfe/branches/release_60/docs/ReleaseNotes.rst (original) +++ cfe/branches/release_60/docs/ReleaseNotes.rst Wed Feb 28 03:55:11 2018 @@ -174,7 +174,7 @@ C++ Language Changes in Clang conforming GNU extensions. Projects incompatible with C++14 can add ``-std=gnu++98`` to their build settings to restore the previous behaviour. -- Added support for some features from the C++ standard after C++14 +- Added support for some features from the C++ standard after C++17 (provisionally known as C++2a but expected to be C++20). This support can be enabled with the ``-std=c++2a`` flag. This enables: _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits