# # # patch "paths.cc" # from [1013ba10017d49914ab3dfb0c894c4aafcbcedc2] # to [cc205cf3115b3b4e34397058666b1e17e949ca0c] # ============================================================ --- paths.cc 1013ba10017d49914ab3dfb0c894c4aafcbcedc2 +++ paths.cc cc205cf3115b3b4e34397058666b1e17e949ca0c @@ -256,7 +256,7 @@ normalize_path(fs::path const & in) normalize_path(fs::path const & in) { #if BOOST_VERSION < 103400 - return in.normalize(); + return fs::path(in).normalize(); #else fs::path out; vector stack;