associative iterators & views

[SVN r57156]
This commit is contained in:
Christopher Schmidt
2009-10-25 22:59:54 +00:00
parent 35e469e2d5
commit 9b26b4a0f7
69 changed files with 1331 additions and 942 deletions

View File

@ -56,7 +56,7 @@ namespace detail
{
typedef typename
static_fold<
typename result_of::next<First>::type
typename result_of::next<First>::type
, Last
, typename fold_apply<State, First, F>::type
, F