[libcxx] r293071 - [libcxx] Mentions "targeting C++11 and above" instead of "targeting C++11" in the doc

Mehdi Amini via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 25 09:00:30 PST 2017


Author: mehdi_amini
Date: Wed Jan 25 11:00:30 2017
New Revision: 293071

URL: http://llvm.org/viewvc/llvm-project?rev=293071&view=rev
Log:
[libcxx] Mentions "targeting C++11 and above" instead of "targeting C++11" in the doc

Modified:
    libcxx/trunk/docs/index.rst

Modified: libcxx/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/index.rst?rev=293071&r1=293070&r2=293071&view=diff
==============================================================================
--- libcxx/trunk/docs/index.rst (original)
+++ libcxx/trunk/docs/index.rst Wed Jan 25 11:00:30 2017
@@ -7,7 +7,8 @@
 Overview
 ========
 
-libc++ is a new implementation of the C++ standard library, targeting C++11.
+libc++ is a new implementation of the C++ standard library, targeting C++11 and
+above.
 
 * Features and Goals
 




More information about the cfe-commits mailing list