Verified Commit 19ced596 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Help compiler find appropriate function

parent d3b3564f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@ path relative(path p, path base=boost::filesystem::current_path()) {
    }

    // Now navigate down the directory branch
    ret.append(p_it, p.end());
    ret.append(p_it, p.end(), path::codecvt());

    return ret;
}