From: Peter Kümmel Date: Wed, 6 Sep 2006 09:47:45 +0000 (+0000) Subject: update to boost 1.34 cvs X-Git-Tag: 1.6.10~12641 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dc5a9f7d2c10539319b0efc0b637adaea97c6d22;p=features.git update to boost 1.34 cvs git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14911 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/fs_extras.C b/src/support/fs_extras.C index ebfed60766..09df8411dd 100644 --- a/src/support/fs_extras.C +++ b/src/support/fs_extras.C @@ -14,7 +14,6 @@ #include "fs_extras.h" #include -#include #include #include @@ -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 }