mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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:
parent
df6ca7011c
commit
f1580c95cc
1 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,8 @@ namespace detail
|
|||
template< typename Value >
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue