diff options
author | Mehdi Amini <mehdi.amini@apple.com> | 2017-01-25 17:00:30 +0000 |
---|---|---|
committer | Mehdi Amini <mehdi.amini@apple.com> | 2017-01-25 17:00:30 +0000 |
commit | fd7165364bd97af554757644d08de66cde150630 (patch) | |
tree | ea58a33a63cf771939654d53ffec4a0654e3b83a /libcxx/docs/index.rst | |
parent | 2cd6eeabfdd6e64511172de80d6efc4d4ce66270 (diff) | |
download | bcm5719-llvm-fd7165364bd97af554757644d08de66cde150630.tar.gz bcm5719-llvm-fd7165364bd97af554757644d08de66cde150630.zip |
[libcxx] Mentions "targeting C++11 and above" instead of "targeting C++11" in the doc
llvm-svn: 293071
Diffstat (limited to 'libcxx/docs/index.rst')
-rw-r--r-- | libcxx/docs/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst index 9e72ca9d47a..20838a5177b 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 |