[libcxx-commits] [libcxx] [libc++] Implements filebuf unbuffered. (PR #76629)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 12 09:55:05 PDT 2024


================
@@ -0,0 +1,118 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// <fstream>
+
----------------
mordante wrote:

Actually it seems we don't other tests in this directory do not have `UNSUPPORTED`. Obviously I let the CI be the final arbitrator.

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


More information about the libcxx-commits mailing list