Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add two FreeBSD customizations to libc++, to better support ports usage
of older clang versions: * Add _LIBCPP_ENABLE_COMPILER_VERSION_CHECKS block around compiler version checks, to avoid any warnings about support. This makes some ports that use -Werror fall over. * When using clang < 15.0, avoid using a type visibility attribute on the std namespace, as older versions of clang do not support this.
- Loading branch information