fusion: merge of associative iterators/views and the new fold interface

[SVN r58618]
This commit is contained in:
Christopher Schmidt
2010-01-01 22:00:21 +00:00
parent b605617c4f
commit cda74605fc
379 changed files with 28481 additions and 2185 deletions

View File

@ -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;