[libcxx-commits] [libcxx] [libcxx] Use _ftelli64/_fseeki64 on Windows (PR #123128)

Martin Storsjö via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 15 14:24:00 PST 2025


mstorsjo wrote:

If doing this, I guess we should do the same change in `include/__cxx03` too? Otherwise the test would fail on Windows if targeting C++03; we don't have that test config in CI though (all the C++03 tests are for other platforms), so it won't be caught.

https://github.com/llvm/llvm-project/pull/123128


More information about the libcxx-commits mailing list