[libcxx-commits] [libcxx] [AIX][libc++] fopen() does not support the 'x' (exclusive/noreplace) mode suffix. (PR #206498)

Jake Egan via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 7 20:25:34 PDT 2026


================
@@ -103,12 +105,17 @@ int main(int, char**)
             f.open(tmp.c_str(), mode);
             assert(!f.is_open()); // since it already exists
           }
+
----------------
jakeegan wrote:

nit: added blank line

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


More information about the libcxx-commits mailing list