Not sure if the issue is with my particular setup, but the following code results in SEH
const tmp::directory dir;
const fs::path file = dir / "file.txt";
and VS Code debugger shows that dir.pathobject is NULL.
Using latest main (c6430a2), built with --config Release
Not sure if the issue is with my particular setup, but the following code results in SEH
and VS Code debugger shows that
dir.pathobjectisNULL.Using latest
main(c6430a2), built with--config Release