Open Quuxplusone opened 3 years ago
Bugzilla Link | PR52536 |
Status | NEW |
Importance | P normal |
Reported by | Ed Vogel (edward.vogel@hpe.com) |
Reported on | 2021-11-17 12:06:45 -0800 |
Last modified on | 2021-11-24 06:16:37 -0800 |
Version | 11.0 |
Hardware | All All |
CC | joeloser93@gmail.com, llvm-bugs@lists.llvm.org, mclow.lists@gmail.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
Can you share some more info, please? std::filesystem::path::format
is indeed an enum
- see https://github.com/llvm/llvm-project/blob/6889592ebcdea168f9e7a5dc91b8549527e4dbf7/libcxx/include/filesystem#L942.
Argh...sorry, I forgot to check your latest sources. I am using V11, and the definition there is wrong. This does seem to be corrected in V13.
Please close this.
Again...sorry to have bothered you.
I will try to remember to check the latest release from now on...
Ed