]> granicus.if.org Git - clang/commitdiff
Fix a typo in the section about C++2a features; it follows C++17, not C++14
authorMartin Storsjo <martin@martin.st>
Wed, 28 Feb 2018 11:55:11 +0000 (11:55 +0000)
committerMartin Storsjo <martin@martin.st>
Wed, 28 Feb 2018 11:55:11 +0000 (11:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_60@326317 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 5da2bb49f15b663f4daa4a104b6da40128cf806c..efbf27a8872a6eca64ea7dcf19c953a9c56569ad 100644 (file)
@@ -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: