]> git.lyx.org Git - features.git/blobdiff - 3rdparty/boost/boost/move/adl_move_swap.hpp
Update local boost version to version 1.62
[features.git] / 3rdparty / boost / boost / move / adl_move_swap.hpp
index 930320108dfcf51d9376b63a6b6857c1a7125fff..d6906a483f60706e6a28422009b6ba6087ff62a5 100644 (file)
@@ -231,8 +231,8 @@ BOOST_MOVE_FORCEINLINE void adl_move_swap(T& x, T& y)
 //! using boost::adl_move_swap.
 //! 
 //! Parameters:
-//!   first1, last1    -       the first range of elements to swap
-//!   first2   -       beginning of the second range of elements to swap
+//!   first1, last1   -   the first range of elements to swap
+//!   first2   -   beginning of the second range of elements to swap
 //!
 //! Type requirements:
 //!   - ForwardIt1, ForwardIt2 must meet the requirements of ForwardIterator.