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

llvm-svn: 293071
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index 9e72ca9..20838a5 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -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