summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-02-28 11:55:11 +0000
committerMartin Storsjo <martin@martin.st>2018-02-28 11:55:11 +0000
commit75a36832b158dc653cbf481c4c6ae05f4acbbff8 (patch)
tree9560c8e47aca75b606968efb46ad8667fbe99b7d /docs
parent0841a9dda069a898e9a243bcd9ab66eb112a5e52 (diff)
Fix a typo in the section about C++2a features; it follows C++17, not C++14
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_60@326317 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 5da2bb49f1..efbf27a887 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -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: