mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
fix for GCC4.8 RC
This commit is contained in:
parent
57bcbc6cdb
commit
2cb55b6b6c
55 changed files with 48 additions and 99 deletions
|
@ -34,9 +34,7 @@ namespace testspr {
|
|||
iterator_type current;
|
||||
public:
|
||||
reduct_iterator() = default;
|
||||
SPROUT_CONSTEXPR reduct_iterator(reduct_iterator const& other)
|
||||
: current(other.current)
|
||||
{}
|
||||
SPROUT_CONSTEXPR reduct_iterator(reduct_iterator const& other) = default;
|
||||
explicit SPROUT_CONSTEXPR reduct_iterator(iterator_type it)
|
||||
: current(it)
|
||||
{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue