[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
+been extensively tested and optimized, making it one of the most efficient implementations of the C++ Standard Library
+available. libc++ fully implements C++11, C++14, and C++17, with C++20, C++23, and C++26 features being actively
+developed and making steady progress.
+
+libc++ is continuously integrated and tested on a wide range of platforms and configurations, ensuring its reliability
+and compatibility across various systems. The library's extensive test suite and rigorous quality assurance process have
+made it a top choice for platform providers looking to offer their users a robust and efficient C++ Standard Library.
+
+As an open-source project, libc++ benefits from a vibrant community of contributors who work tirelessly to improve the
----------------
ldionne wrote:

```suggestion
As an open-source project, libc++ benefits from a vibrant community of contributors who work together to improve the
```

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


More information about the libcxx-commits mailing list