[libcxx-commits] [libcxx] [libc++][FreeBSD] Fix Moneypunct test on FreeBSD (PR #186066)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 12 02:51:28 PDT 2026


================
@@ -166,7 +166,7 @@ int main(int, char**)
 #ifndef TEST_HAS_NO_WIDE_CHARACTERS
     {
         Fwf f(LOCALE_zh_CN_UTF_8, 1);
-#if defined(_WIN32) || defined(__APPLE__)
+#  if defined(_WIN32) || defined(__APPLE__) || defined(__FreeBSD__)
----------------
aokblast wrote:

This is strange that clang-format like this.

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


More information about the libcxx-commits mailing list