Commit 2c62a710 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

Fix a typo in the section about C++2a features; it follows C++17, not C++14

llvm-svn: 326317
parent 2c77d864
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: