fix for GCC4.8

This commit is contained in:
bolero-MURAKAMI 2013-03-31 18:20:59 +09:00
parent 049d4592c2
commit 44f973cc19
5 changed files with 110 additions and 262 deletions

View file

@ -33,7 +33,7 @@ namespace testspr {
protected:
iterator_type current;
public:
reduct_iterator() = default;
SPROUT_CONSTEXPR reduct_iterator() {};
SPROUT_CONSTEXPR reduct_iterator(reduct_iterator const& other) = default;
explicit SPROUT_CONSTEXPR reduct_iterator(iterator_type it)
: current(it)