forked from boostorg/fusion
fusion: merge of associative iterators/views and the new fold interface
[SVN r58618]
This commit is contained in:
@ -22,7 +22,7 @@ namespace
|
||||
typedef int result_type;
|
||||
|
||||
template<int n, int batch>
|
||||
int operator()(distinct<n, batch> const& d, int state) const
|
||||
int operator()(int state, distinct<n, batch> const& d) const
|
||||
{
|
||||
return state + n;
|
||||
}
|
||||
|
Reference in New Issue
Block a user