[libcxx-commits] [libcxx] [libc++] Fix std modules compile errors caused by <ctime> functions on Windows (PR #174136)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Apr 12 19:01:44 PDT 2026
https://github.com/ldionne requested changes to this pull request.
I am hesitant to add a workaround for an older version of UCRT like this. Our modules support is experimental and the UCRT bug has been fixed already, so I would prefer to just say that a recent version of UCRT is required for Modules to work on Windows.
https://github.com/llvm/llvm-project/pull/174136
More information about the libcxx-commits
mailing list