We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f9356 commit 1d398ddCopy full SHA for 1d398dd
include/boost/move/detail/iterator_to_raw_pointer.hpp
@@ -27,7 +27,7 @@ namespace movelib {
27
namespace detail {
28
29
template <class T>
30
-inline T* iterator_to_pointer(T* i)
+BOOST_MOVE_FORCEINLINE T* iterator_to_pointer(T* i)
31
{ return i; }
32
33
template <class Iterator>
0 commit comments