Mention OpenBSD in the documentation

This commit is contained in:
Brad Smith
2021-09-07 07:54:23 -04:00
parent 0a07ae6ebf
commit 3fa4cff974

View 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: