Fixes Ticket #6372

[SVN r76395]
This commit is contained in:
Joel de Guzman
2012-01-10 02:03:43 +00:00
parent 1c51ad943a
commit 38cd16639d

View File

@ -33,7 +33,7 @@ namespace boost { namespace fusion
static type
call(Seq& s)
{
return * advance<N>(s.first);
return * fusion::advance<N>(s.first);
}
};
};