Files
llvm/libcxx
Michael Jones ea16f7d9db [libcxx] Fix xsgetn in basic_filebuf (#167779)
The optimized version of xsgetn for basic_filebuf added in #165223 has
an issue where if the reads come from both the buffer and the
filesystem it returns the wrong number of characters. This patch should
address the issue.
2025-11-13 08:43:10 -08:00
..