X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Ffilesystem%2Fexception.hpp;h=e07429e74e627b4d30c527e891c38ac985edbb16;hb=4a7ab830bce5a4d403f7229818a15b293cc533a1;hp=884df03129f686a0d69cee288e7830b988beb463;hpb=786216c0899498434cab9f33780f9c178a0a4006;p=lyx.git diff --git a/boost/boost/filesystem/exception.hpp b/boost/boost/filesystem/exception.hpp index 884df03129..e07429e74e 100644 --- a/boost/boost/filesystem/exception.hpp +++ b/boost/boost/filesystem/exception.hpp @@ -67,7 +67,8 @@ namespace boost filesystem_error( const std::string & who, const path & path1, - const std::string & message ); // assumed to be error_code::other_error + const std::string & message, + error_code ec = other_error ); filesystem_error( const std::string & who,