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

@ -46,8 +46,8 @@ namespace sprout {
{}
template<typename U>
SPROUT_CONSTEXPR reverse_iterator(reverse_iterator<U> const& it)
: current(it)
, deref_tmp(sprout::prev(it))
: current(it.base())
, deref_tmp(sprout::prev(it.base()))
{}
template<typename U>
reverse_iterator& operator=(reverse_iterator<U> const& it) {