[all-commits] [llvm/llvm-project] 26065d: [libc++] Refactors fstream open.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sat Dec 30 10:05:27 PST 2023
Branch: refs/heads/users/mordante/fstream_refactor_open
Home: https://github.com/llvm/llvm-project
Commit: 26065dd65136a6aa523406731930488ef52ce195
https://github.com/llvm/llvm-project/commit/26065dd65136a6aa523406731930488ef52ce195
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