[llvm-branch-commits] [cfe-branch] r326317 - Fix a typo in the section about C++2a features; it follows C++17, not C++14

Martin Storsjo via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Feb 28 03:55:11 PST 2018


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:
 




More information about the llvm-branch-commits mailing list