]> git.lyx.org Git - features.git/commitdiff
update to boost 1.34 cvs
authorPeter Kümmel <syntheticpp@gmx.net>
Wed, 6 Sep 2006 09:47:45 +0000 (09:47 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Wed, 6 Sep 2006 09:47:45 +0000 (09:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14911 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/fs_extras.C

index ebfed6076635d32ff00d85703910922e00bb263c..09df8411ddcdeff097335e81239cb29e5c0d045e 100644 (file)
@@ -14,7 +14,6 @@
 #include "fs_extras.h"
 
 #include <boost/filesystem/config.hpp>
-#include <boost/filesystem/exception.hpp>
 #include <boost/detail/workaround.hpp>
 #include <boost/throw_exception.hpp>
 
@@ -166,7 +165,7 @@ void copy_file(path const & source, path const & target, bool noclobber)
                        filesystem_path_error(
                                "boost::filesystem::copy_file",
                                source, target,
-                               fs::detail::system_error_code(errno)));
+                               fs::lookup_error_code(errno)));
        }
 #endif
 }