Ceci n'est pas une pipe

This commit is contained in:
Victor Zverovich
2023-12-29 08:11:29 -08:00
parent d83c1b8d4a
commit d5823aae36
2 changed files with 6 additions and 0 deletions

View File

@@ -315,6 +315,7 @@ class FMT_API file {
// Creates a pipe setting up read_end and write_end file objects for reading
// and writing respectively.
// DEPRECATED! Taking files as out parameters is deprecated.
static void pipe(file& read_end, file& write_end);
// Creates a buffered_file object associated with this file and detaches