forked from boostorg/fusion
Fusion: Fixed a VC level 4 warning
[SVN r44794]
This commit is contained in:
@ -39,7 +39,7 @@ namespace boost { namespace fusion
|
|||||||
type;
|
type;
|
||||||
|
|
||||||
static type
|
static type
|
||||||
call(Sequence& t)
|
call(Sequence&)
|
||||||
{
|
{
|
||||||
return type();
|
return type();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user