commit | fd7165364bd97af554757644d08de66cde150630 | [log] [tgz] |
---|---|---|
author | Mehdi Amini <mehdi.amini@apple.com> | Wed Jan 25 17:00:30 2017 +0000 |
committer | Mehdi Amini <mehdi.amini@apple.com> | Wed Jan 25 17:00:30 2017 +0000 |
tree | ea58a33a63cf771939654d53ffec4a0654e3b83a | |
parent | 2cd6eeabfdd6e64511172de80d6efc4d4ce66270 [diff] [blame] |
[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