mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-16 13:52:24 +02:00
fusion: merge of associative iterators/views and the new fold interface
[SVN r58618]
This commit is contained in:
@ -57,7 +57,7 @@ struct test_func
|
||||
typedef long result_type;
|
||||
|
||||
template <typename T>
|
||||
long operator()(T & elem, long value) const
|
||||
long operator()(long value, T & elem) const
|
||||
{
|
||||
elem += sizeof(T);
|
||||
return value + elem;
|
||||
|
Reference in New Issue
Block a user