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
 


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to