Commit c81c15fc authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Merge branch '37-build-breaks-with-boost-1-58' into 'master'

Resolve "Build breaks with boost 1.58"

Closes #37

See merge request !19
parents d3b3564f 19ced596
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;
}