Build attempt

This commit is contained in:
Alec Leamas 2012-08-03 19:35:31 +02:00
commit 1182e784eb

View file

@ -1,12 +1,14 @@
diff --git a/adobe/move.hpp b/adobe/move.hpp
index 350000d..5fe6db5 100644
index 350000d..6c302a2 100644
--- a/adobe/move.hpp
+++ b/adobe/move.hpp
@@ -441,7 +441,7 @@ with move semantics, for movable types, otherwise with copy semantics.
@@ -440,8 +440,8 @@ with move semantics, for movable types, otherwise with copy semantics.
*/
template <typename I, // I models BidirectionalRange
typename O> // O models BidirectionalIterator
inline O move_backward(I& in, O out)
-inline O move_backward(I& in, O out)
-{ return move_backward(boost::begin(in), boost::end(in), out); }
+inline O adobe::move_backward(I& in, O out)
+{ return adobe::move_backward(boost::begin(in), boost::end(in), out); }
/*************************************************************************************************/