[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:21:49 PDT 2026


================
@@ -258,6 +258,8 @@ public:
   [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI bool is_open() const;
   basic_filebuf* open(const char* __s, ios_base::openmode __mode);
----------------
jakeegan wrote:

char* overloads are missing the warning

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


More information about the libcxx-commits mailing list