From 3fa4cff97480e47fad77e54b287061c492ab9ea8 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Tue, 7 Sep 2021 07:54:23 -0400 Subject: [PATCH] Mention OpenBSD in the documentation --- libcxx/docs/UsingLibcxx.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/docs/UsingLibcxx.rst b/libcxx/docs/UsingLibcxx.rst index 8631236..f37e23b 100644 --- a/libcxx/docs/UsingLibcxx.rst +++ b/libcxx/docs/UsingLibcxx.rst @@ -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: -- 2.7.4