forked from boostorg/fusion
merge from trunk
[SVN r56178]
This commit is contained in:
@ -108,7 +108,7 @@ namespace boost { namespace fusion { namespace detail
|
||||
template <typename It, typename F>
|
||||
static bool call(It const& it, F f)
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user