summarylogtreecommitdiffstats
path: root/luabind-0.9.1-boost157fix.patch
blob: 31f2e0d2f952169bd3aa8e0ccbe798c3bb23e621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -up luabind-0.9.1/luabind/object.hpp\~ luabind-0.9.1/luabind/object.hpp
--- luabind-0.9.1/luabind/object.hpp~	2015-02-04 02:48:49.558745199 +0100
+++ luabind-0.9.1/luabind/object.hpp	2015-02-04 02:50:22.184188471 +0100
@@ -551,14 +551,14 @@ namespace detail
       basic_iterator<basic_access> const& x \
     , basic_iterator<basic_access> const& y) \
   { \
-      return boost::operator op(x, y); \
+      return boost::iterators::operator op(x, y); \
   } \
  \
   inline bool operator op( \
       basic_iterator<raw_access> const& x \
     , basic_iterator<raw_access> const& y) \
   { \
-      return boost::operator op(x, y); \
+      return boost::iterators::operator op(x, y); \
   }
 
   LUABIND_OPERATOR_ADL_WKND(==)

Diff finished.  Wed Feb  4 02:52:16 2015