Merge from trunk

[SVN r75980]
This commit is contained in:
Joel de Guzman
2011-12-16 02:14:17 +00:00
parent 44b337abb0
commit 9a8955fbe1
41 changed files with 287 additions and 118 deletions

View File

@ -96,7 +96,7 @@ namespace boost { namespace fusion
{
return type(fusion::prior(i.iterator_base));
}
};
};
template <typename Iterator>
struct prior_impl<Iterator, true>