Skip to content

Commit 48aa93d

Browse files
committed
Update the "Current Status" section of the website to be current.
The section discusses the reasons for the libraries inception more than a decade ago. Now it discusses the progess libc++ has made, and the many impressive acomplishments our contributors have brought it. The initial section remains below.
1 parent c54e052 commit 48aa93d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libcxx/docs/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,17 @@ Getting Started with libc++
6565

6666
Current Status
6767
==============
68+
libc++ has become the default C++ Standard Library implementation for many major platforms, including Apple's macOS, iOS,
69+
watchOS, and tvOS, as well as Google's Android operating system. As a result, libc++ has an estimated user base of
70+
over 1 billion daily active users, making it one of the most widely-deployed C++ Standard Libraries in the world.
6871

72+
Since its inception, libc++ has focused on delivering high performance, standards-conformant, and portability.
73+
It has been extensively tested and optimized, making it one of the most efficient implementations of the C++ Standard
74+
Library available. libc++ continues to evolve and improve, with more updates and more contributors every day, allowing
75+
it to maintain its position as a top-tier choice for C++ developers across a wide range of platforms.
76+
77+
History
78+
-------
6979
After its initial introduction, many people have asked "why start a new
7080
library instead of contributing to an existing library?" (like Apache's
7181
libstdcxx, GNU's libstdc++, STLport, etc). There are many contributing

0 commit comments

Comments
 (0)