add some compost effects.

This commit is contained in:
bolero-MURAKAMI 2012-11-09 22:33:11 +09:00
parent d01ee064e2
commit c7e6be98bb
20 changed files with 1815 additions and 6 deletions

View file

@ -49,7 +49,6 @@ namespace sprout {
) const
{
typedef typename result<Context, Iterator>::type result_type;
typedef typename attribute<Context, Iterator>::type attribute_type;
return res.success() && sign < 0
? result_type(true, res.current(), -res.attr())
: res