]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/filesystem/exception.hpp
Delete all .cvsignore files from trunk
[lyx.git] / boost / boost / filesystem / exception.hpp
index 884df03129f686a0d69cee288e7830b988beb463..e07429e74e627b4d30c527e891c38ac985edbb16 100644 (file)
@@ -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,