Fusion: Fixed a VC level 4 warning

[SVN r44794]
This commit is contained in:
Hartmut Kaiser
2008-04-27 01:04:25 +00:00
parent 6d462cbd63
commit 91ea13a593

View File

@ -39,7 +39,7 @@ namespace boost { namespace fusion
type; type;
static type static type
call(Sequence& t) call(Sequence&)
{ {
return type(); return type();
} }