Fixed line too long

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@727 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2014-04-26 08:17:40 +00:00
parent df6ca7011c
commit f1580c95cc

View file

@ -92,7 +92,8 @@ namespace detail
template< typename Value > template< typename Value >
void moves( BOOST_RV_REF( Value ) v ) void moves( BOOST_RV_REF( Value ) v )
{ {
this->set( lambda_type::make_move( v_.store( boost::move( v ) ) ) ); this->set(
lambda_type::make_move( v_.store( boost::move( v ) ) ) );
} }
private: private: