Skip to content

Commit 1d398dd

Browse files
committed
Make iterator_to_pointer for raw pointers forceinline
1 parent 23f9356 commit 1d398dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/move/detail/iterator_to_raw_pointer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace movelib {
2727
namespace detail {
2828

2929
template <class T>
30-
inline T* iterator_to_pointer(T* i)
30+
BOOST_MOVE_FORCEINLINE T* iterator_to_pointer(T* i)
3131
{ return i; }
3232

3333
template <class Iterator>

0 commit comments

Comments
 (0)