[libcxx-commits] [clang] [lld] [libcxx] [llvm] [flang] [libc++][streams] P1759R6: Native handles and file streams (PR #76632)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 2 09:11:49 PST 2024
================
@@ -0,0 +1,58 @@
+//===----------------------------------------------------------------------===//
----------------
mordante wrote:
Not related to this file. But I miss tests for the typedefs added to the 4 classes. These are typically in the types tests. For example, libcxx/test/std/input.output/file.streams/fstreams/filebuf/types.pass.cpp. When adding the test make sure you test all the wording
```
The type native_handle_type represents a platform-specific native handle
to a file. It is trivially copyable and models semiregular.
```
https://github.com/llvm/llvm-project/pull/76632
More information about the libcxx-commits
mailing list