mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add some compost effects.
This commit is contained in:
parent
d01ee064e2
commit
c7e6be98bb
20 changed files with 1815 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue