[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
================
@@ -766,7 +778,6 @@ basic_filebuf<_CharT, _Traits>* basic_filebuf<_CharT, _Traits>::open(const wchar
const wchar_t* __mdstr = __make_mdwstring(__mode);
if (!__mdstr)
return nullptr;
-
----------------
jakeegan wrote:
nit: deleted blank line
https://github.com/llvm/llvm-project/pull/206498
More information about the libcxx-commits
mailing list