summaryrefslogtreecommitdiffstats
path: root/libs/boost/gcc44.diff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/boost/gcc44.diff')
-rw-r--r--libs/boost/gcc44.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/libs/boost/gcc44.diff b/libs/boost/gcc44.diff
new file mode 100644
index 0000000000..8531869828
--- /dev/null
+++ b/libs/boost/gcc44.diff
@@ -0,0 +1,14 @@
+--- boost/filesystem/operations.hpp (revision 52859)
++++ boost/filesystem/operations.hpp (working copy)
+@@ -659,9 +659,9 @@
+ { return is_symlink<wpath>( ph ); }
+
+ inline bool is_empty( const path & ph )
+- { return is_empty<path>( ph ); }
++ { return boost::filesystem::is_empty<path>( ph ); }
+ inline bool is_empty( const wpath & ph )
+- { return is_empty<wpath>( ph ); }
++ { return boost::filesystem::is_empty<wpath>( ph ); }
+
+ inline bool equivalent( const path & ph1, const path & ph2 )
+ { return equivalent<path>( ph1, ph2 ); }