Build attempt
This commit is contained in:
parent
e21f3a8449
commit
1182e784eb
1 changed files with 5 additions and 3 deletions
|
|
@ -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); }
|
||||
|
||||
/*************************************************************************************************/
|
||||
|
|
|
|||
Reference in a new issue