mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-20 07:42:11 +02:00
fixed assign bug
[SVN r69589]
This commit is contained in:
@ -38,7 +38,7 @@ namespace boost { namespace fusion
|
||||
static void
|
||||
call(I1 const& src, I2 const& dest, mpl::false_)
|
||||
{
|
||||
*src = *dest;
|
||||
*dest = *src;
|
||||
call(fusion::next(src), fusion::next(dest));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user