[libcxx-commits] [libcxx] [libc++] Do not remove a root-name followed by ".." in `path::lexically_normal()` (PR #201261)
Martin Storsjö via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 26 12:46:34 PDT 2026
mstorsjo wrote:
> > Have you checked what is the output if compiled with MinGW on Windows?
>
> What setup do you suggest to check? There should be no difference in MinGW environment as long as `_WIN32` is defined:
I think what they meant was to test with GCC/libstdc++ on Windows.
I wouldn't really use that as reference here anyway - the std::filesystem implementation in libstdc++ doesn't have very much Windows specific specialization.
https://github.com/llvm/llvm-project/pull/201261
More information about the libcxx-commits
mailing list