Mention OpenBSD in the documentation
authorBrad Smith <brad@comstyle.com>
Tue, 7 Sep 2021 11:54:23 +0000 (07:54 -0400)
committerBrad Smith <brad@comstyle.com>
Tue, 7 Sep 2021 11:55:17 +0000 (07:55 -0400)
libcxx/docs/UsingLibcxx.rst

index 8631236..f37e23b 100644 (file)
@@ -68,8 +68,8 @@ Using ``-stdlib=libc++`` will select libc++:
 
   $ clang++ -stdlib=libc++ test.cpp
 
-On systems where libc++ is the library in use by default such as macOS and FreeBSD,
-this flag is not required.
+On systems where libc++ is the library in use by default such as macOS, FreeBSD
+and OpenBSD, this flag is not required.
 
 
 .. _alternate libcxx: