[all-commits] [llvm/llvm-project] 2fafdd: [libc++] Refactors fstream open.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sat Dec 30 06:59:02 PST 2023
Branch: refs/heads/users/mordante/fstream_refactor_open
Home: https://github.com/llvm/llvm-project
Commit: 2fafdd27ed2f42c901a25d8c03581ee7918f3782
https://github.com/llvm/llvm-project/commit/2fafdd27ed2f42c901a25d8c03581ee7918f3782
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-12-30 (Sat, 30 Dec 2023)
Changed paths:
M libcxx/include/fstream
Log Message:
-----------
[libc++] Refactors fstream open.
This moves the duplicated code to one new function.
This is a preparation to fix
https://github.com/llvm/llvm-project/issues/60509
More information about the All-commits
mailing list