[libcxx-commits] [libcxx] Update the "Current Status" section of the website to be current. (PR #84507)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 8 14:15:54 PST 2024


================
@@ -65,7 +65,29 @@ Getting Started with libc++
 
 Current Status
 ==============
+Current Status
+==============
+
+libc++ has become the default C++ Standard Library implementation for many major platforms, including Apple's macOS,
+iOS, watchOS, and tvOS, Google Search, the Android operating system, and FreeBSD. As a result, libc++ has an estimated
+user base of over 1 billion daily active users, making it one of the most widely-deployed C++ Standard Libraries in the world.
+
+Since its inception, libc++ has focused on delivering high performance, standards-conformant, and portability. It has
----------------
ldionne wrote:

I think we should also mention security since this has been a clear focus recently.

https://github.com/llvm/llvm-project/pull/84507


More information about the libcxx-commits mailing list