]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/move/iterator.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / move / iterator.hpp
index f36df23c0c007b33e1824782dcf940d4b2090902..c289c08364fe160aef8af140f218bffff8226893 100644 (file)
@@ -170,7 +170,7 @@ struct is_move_iterator< ::boost::move_iterator<I> >
 //!
 //! <b>Returns</b>: move_iterator<It>(i).
 template<class It>
-inline move_iterator<It> make_move_iterator(const It &it)
+BOOST_MOVE_FORCEINLINE move_iterator<It> make_move_iterator(const It &it)
 {  return move_iterator<It>(it); }
 
 //////////////////////////////////////////////////////////////////////////////