forked from boostorg/fusion
fixed for msvc + gcc (all regresions ok)
[SVN r35271]
This commit is contained in:
@@ -56,8 +56,7 @@ namespace boost { namespace fusion { namespace distance_detail
|
||||
static type
|
||||
call(First const&, Last const&)
|
||||
{
|
||||
static type result;
|
||||
return result;
|
||||
return type();
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user