mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-22 00:32:53 +02:00
Make the unrolled implementation of all work for multiples of four. Fixes #2599.
[SVN r55686]
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