`cout << path{"/"} / path{"/haha"} << endl` This prints "//haha", which is a UNC path, but I expect it to print "/haha".