llvm / llvm/llvm-project

[libc++] Investigate removing fstream::__read_mode() from the ABI

Open
#211,332 0 comments 0 reactions 1 assignee Claimed by @ldionne View on GitHub
libc++
Dominant language
LLVM
Stars
40.5k
Forks
18.7k
PR merge metrics
PR metrics pending

Description

From https://github.com/llvm/llvm-project/pull/210951/changes#r3630946478, we should investigate whether `fstream::__read_mode()` ever leaks into user ABIs. This might not be the case since it's only ever called from `underflow()`.

The symbol is `_ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE11__read_modeEv`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.